Class DBFExport
Represents the export to DBF.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DBFExport
Inherited Members
Namespace: FastReport.Olap.Export.Dbf
Assembly: FastReport.Olap.dll
Syntax
public class DBFExport : ExportBase, IComponent, IDisposable
Constructors
DBFExport()
Initializes a new instance of the DBFExport class.
Declaration
public DBFExport()
Properties
Encoding
Gets or sets the encoding.
Declaration
public Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
System.Text.Encoding |
Methods
ApplyDialog(BaseExportForm)
Declaration
protected override void ApplyDialog(BaseExportForm dialog)
Parameters
Type | Name | Description |
---|---|---|
BaseExportForm | dialog |
Overrides
CreateDialog()
Declaration
protected override BaseExportForm CreateDialog()
Returns
Type | Description |
---|---|
BaseExportForm |
Overrides
Finish()
This method is called when the export is finished.
Declaration
protected override void Finish()
Overrides
GetFileFilter()
Returns a file filter for a save dialog.
Declaration
protected override string GetFileFilter()
Returns
Type | Description |
---|---|
System.String | String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp" |