次の方法で共有


Report.ReportSections プロパティ

レポート内のレポート セクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection
ReportSectionCollection オブジェクトです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間