[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Import.ReportImporter.ImportRdl

ImportRdl Method

ImportRdl(FileInfo, ImportOptions)

Deserializes specified RDL file to a Report object using a specified import options.

Declaration
public Report ImportRdl(FileInfo file, ImportOptions options)
Parameters
Type Name Description
FileInfo file

The RDL file to be deserialized.

ImportOptions options

A ImportOptions object representing the options to customize the import process.

Returns
Type Description
Report

A Report object representing the deserialized RDL file.

ImportRdl(TextReader, ImportOptions)

Deserializes specified RDL file to a Report object using a specified import options.

Declaration
public Report ImportRdl(TextReader file, ImportOptions options)
Parameters
Type Name Description
TextReader file

A TextReader object representing the RDL file to be deserialized.

ImportOptions options

A ImportOptions object representing the options to customize the import process.

Returns
Type Description
Report

A Report object representing the deserialized RDL file.