次の方法で共有


PageSection.ReportItemCollection プロパティ

ページ セクションのレポート アイテムを取得します。

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

構文

'宣言
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'使用
Dim instance As PageSection 
Dim value As ReportItemCollection 

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

プロパティ値

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

関連項目

参照

PageSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間