Class ODFExport
Represents the ODF export filter.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
ODFExport
Inherited Members
Namespace: FastReport.Olap.Export.Odf
Assembly: FastReport.Olap.dll
Syntax
public class ODFExport : ExportBase, IComponent, IDisposable
Constructors
ODFExport()
Initializes a new instance of the ODFExport class.
Declaration
public ODFExport()
Properties
Creator
Creator of the document
Declaration
public string Creator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepeatValues
Declaration
public bool RepeatValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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()
Declaration
protected override void Finish()
Overrides
GetFileFilter()
Declaration
protected override string GetFileFilter()
Returns
Type | Description |
---|---|
System.String |
Overrides
Start()
Declaration
protected override void Start()