Class RDLImport
Represents the RDL import plugin.
Namespace: FastReport.Import.RDL
Assembly: FastReport.dll
Syntax
public class RDLImport : ImportBase
Constructors
RDLImport()
Initializes a new instance of the RDLImport class.
Declaration
public RDLImport()
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. |