Class ODSExport
Open Document Spreadsheet export (Open Office Calc).
Implements
Inherited Members
FastReport.Export.ExportBase.GetOverlayPage(FastReport.ReportPage)
FastReport.Export.ExportBase.Export(FastReport.Report, Stream)
FastReport.Export.ExportBase.InstantExportStart(FastReport.Report, Stream)
Namespace: FastReport.Export.Odf
Assembly: FastReport.dll
Syntax
public class ODSExport : ODFExport, IFRSerializable
Constructors
ODSExport()
Initializes a new instance of the ODSExport class.
Declaration
public ODSExport()
Methods
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" |