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