[]
Deserializes specified RDL file to a Report object using a specified import options.
public Report ImportRdl(FileInfo file, ImportOptions options)
Type | Name | Description |
---|---|---|
FileInfo | file | The RDL file to be deserialized. |
ImportOptions | options | A ImportOptions object representing the options to customize the import process. |
Type | Description |
---|---|
Report | A Report object representing the deserialized RDL file. |
Deserializes specified RDL file to a Report object using a specified import options.
public Report ImportRdl(TextReader file, ImportOptions options)
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. |
Type | Description |
---|---|
Report | A Report object representing the deserialized RDL file. |