Class StimulSoftImportPlugin
Represents the StimulSoft import plugin.
Implements
Inherited Members
Namespace: FastReport.Design.ImportPlugins.StimulSoft
Assembly: FastReport.dll
Syntax
public class StimulSoftImportPlugin : ImportPlugin, IDesignerPlugin
Constructors
StimulSoftImportPlugin()
Initializes a new instance of the StimulSoftImportPlugin class.
Declaration
public StimulSoftImportPlugin()
StimulSoftImportPlugin(Designer)
Initializes a new instance of the StimulSoftImportPlugin class with a specified designer.
Declaration
public StimulSoftImportPlugin(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. |