Class RDLImport
Represents the RDL import plugin.
Namespace: FastReport.Import.RDL
Assembly: FastReport.Base.dll
Syntax
public class RDLImport : ImportBase
Constructors
RDLImport()
Initializes a new instance of the RDLImport class.
Declaration
public RDLImport()
Methods
LoadReport(Report, Stream)
Declaration
public override void LoadReport(Report report, Stream content)
Parameters
Type | Name | Description |
---|---|---|
Report | report | |
System.IO.Stream | content |
Overrides
LoadReport(Report, String)
Declaration
public override void LoadReport(Report report, string filename)
Parameters
Type | Name | Description |
---|---|---|
Report | report | |
System.String | filename |