Class ODTExport
Open Document Text export (Open Office Writer).
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 ODTExport : ODFExport, IFRSerializable
Constructors
ODTExport()
Initializes a new instance of the ODTExport class.
Declaration
public ODTExport()
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" |