次の方法で共有


SubReport.Report プロパティ

サブレポートの完全な構造 (定義とインスタンス) を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Report As Report 
    Get
'使用
Dim instance As SubReport 
Dim value As Report 

value = instance.Report
public Report Report { get; }
public:
property Report^ Report {
    Report^ get ();
}
member Report : Report
function get Report () : Report

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Report
Report オブジェクト。

関連項目

参照

SubReport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間