LocalReport.LoadReportDefinition 方法 (TextReader)

Loads a report definition from the local file system using a TextReader.

命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll 中)

语法

声明
用法

参数

  • report
    A TextReader class that can be used to read the report definition language (RDL) file for the report.

备注

The LoadReportDefinition method can be used in cases where the report definition is dynamically generated.

If the loaded report definition contains any subreports, you must call LoadSubreportDefinition and provide data for any subreports.

另请参见

参考

LocalReport 类
LocalReport 成员
Microsoft.Reporting.WebForms 命名空间