Class JasperReportsImport
Represents the JasperReports import plugin.
Namespace: FastReport.Import.JasperReports
Assembly: FastReport.dll
Syntax
public class JasperReportsImport : ImportBase
Constructors
JasperReportsImport()
Initializes a new instance of the JasperReportsImport class.
Declaration
public JasperReportsImport()
Methods
LoadReport(Report, Stream)
Loads the specified file into specified report from stream.
Declaration
public override void LoadReport(Report report, Stream content)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | report | Report object |
| System.IO.Stream | content | File stream |
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. |