[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Import.ReportImporter

ReportImporter Class

Represents the converter of the SSRS RDL reports to the ActiveReports RDLX reports. This class is used by the ImportTool.

Inheritance
ReportImporter
Namespace: GrapeCity.ActiveReports.Rdl.Import
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ReportImporter

Constructors

Name Description
ReportImporter()

Initializes a new instance of the ReportImporter class.

Methods

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.

Extension Methods