次の方法で共有


Body.ReportItemCollection プロパティ

レポートのアイテムを取得します。

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

構文

'宣言
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'使用
Dim instance As Body 
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 オブジェクト。

関連項目

参照

Body クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間