Loads a subreport definition using a TextReader.
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.dll 内)
構文
'宣言
'使用
パラメータ
- reportName
The path and file name of the subreport definition.
- report
A TextReader object that will contain the report definition language (RDL) for the subreport.
解説
The ReportViewer control requires the definitions for all subreports before it can process a report. If the local report was loaded from the file system by specifying the ReportPath property, the ReportViewer control automatically loads the subreports from the file system. In cases where the local report was not loaded from the file system, these methods may be used to load report definitions for subreports.
参照
リファレンス
LocalReport クラス
LocalReport メンバ
Microsoft.Reporting.WinForms 名前空間