次の方法で共有


LocalReport.LoadSubreportDefinition メソッド (String, TextReader)

 

公開日: 2016年7月

TextReader を使用してサブレポート定義を読み込みます。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public void LoadSubreportDefinition(
    string reportName,
    TextReader report
)
public:
void LoadSubreportDefinition(
    String^ reportName,
    TextReader^ report
)
member LoadSubreportDefinition : 
        reportName:string *
        report:TextReader -> unit
Public Sub LoadSubreportDefinition (
    reportName As String,
    report As TextReader
)

パラメーター

  • reportName
    Type: System.String

    サブレポート定義のパスとファイル名。

備考

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 or loaded from an embedded resource by specifying the ReportEmbeddedResource property, the ReportViewer control automatically loads the subreports from the file system or embedded resource, respectively.  In cases where the local report was loaded from a stream, these methods may be used to load report definitions for subreports.  

関連項目

LoadSubreportDefinition オーバーロード
LocalReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る