次の方法で共有


PageSection.ReportItems プロパティ

ページ セクション レイアウトの要素を含んでいる領域。 ページ セクションではデータ領域もサブレポートも許可されません。 ページ セクションでは改ページはすべて無視されます。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ReportItems As IList(Of ReportItem)
    Get 
    Set
'使用
Dim instance As PageSection 
Dim value As IList(Of ReportItem)

value = instance.ReportItems

instance.ReportItems = value
public IList<ReportItem> ReportItems { get; set; }
public:
property IList<ReportItem^>^ ReportItems {
    IList<ReportItem^>^ get ();
    void set (IList<ReportItem^>^ value);
}
member ReportItems : IList<ReportItem> with get, set
function get ReportItems () : IList<ReportItem>
function set ReportItems (value : IList<ReportItem>)

プロパティ値

型: System.Collections.Generic.IList<ReportItem>
IList<T> オブジェクト。

関連項目

参照

PageSection クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間