Class RTFImportPlugin
Import RichTextFile to a report
Implements
Inherited Members
Namespace: FastReport.Design.ImportPlugins.RTF
Assembly: FastReport.dll
Syntax
public class RTFImportPlugin : ImportPlugin, IDesignerPlugin
Constructors
RTFImportPlugin()
Initializes a new instance of the RTFImportPlugin class.
Declaration
public RTFImportPlugin()
RTFImportPlugin(Designer)
Initializes a new instance of the RTFImportPlugin class with a specified designer.
Declaration
public RTFImportPlugin(Designer designer)
Parameters
Type | Name | Description |
---|---|---|
Designer | designer | The report designer. |
Methods
GetFilter()
Returns a file filter for a open dialog.
Declaration
protected override string GetFilter()
Returns
Type | Description |
---|---|
System.String | String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp" |
Overrides
LoadReport(Report, String)
Loads the specified file into specified report.
Declaration
public override void LoadReport(Report report, string filename)
Parameters
Type | Name | Description |
---|---|---|
Report | report | Report object. |
System.String | filename | File name. |