Class FR3ExportPlugin
Represents the FR3 export plugin.
Implements
Inherited Members
Namespace: FastReport.Design.ExportPlugins.FR3
Assembly: FastReport.dll
Syntax
public class FR3ExportPlugin : ExportPlugin, IDesignerPluginConstructors
FR3ExportPlugin()
Initializes a new instance of the FR3ExportPlugin class.
Declaration
public FR3ExportPlugin()FR3ExportPlugin(Designer)
Initializes a new instance of the FR3ExportPlugin class with a specified designer.
Declaration
public FR3ExportPlugin(Designer designer)Parameters
| Type | Name | Description | 
|---|---|---|
| Designer | designer | The report designer. | 
Methods
GetFilter()
Returns a file filter for a save dialog.
Declaration
protected override string GetFilter()Returns
| Type | Description | 
|---|---|
| System.String | String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp" | 
Overrides
SaveReport(Report, String)
Saves the specified report into specified file.
Declaration
public override void SaveReport(Report report, string filename)Parameters
| Type | Name | Description | 
|---|---|---|
| Report | report | Report object. | 
| System.String | filename | File name. |