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 名前空間