次の方法で共有


Rectangle.ReportItemCollection プロパティ

四角形に含まれるレポート アイテムのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'使用
Dim instance As Rectangle 
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.ReportRendering.ReportItemCollection
四角形に囲まれたすべてのアイテムを表す ReportItemCollection です。

関連項目

参照

Rectangle クラス

Microsoft.ReportingServices.ReportRendering 名前空間