[]
Represents the converter of the SSRS RDL reports to the ActiveReports RDLX reports. This class is used by the ImportTool.
public sealed class ReportImporter
| Name | Description |
|---|---|
| ReportImporter() | Initializes a new instance of the ReportImporter class. |
| Name | Description |
|---|---|
| ImportRdl(FileInfo, ImportOptions) | Deserializes specified RDL file to a Report object using a specified import options. |
| ImportRdl(TextReader, ImportOptions) | Deserializes specified RDL file to a Report object using a specified import options. |