PageSection.ReportItems 属性
The region that contains the elements of the page section layout. No data regions or subreports are allowed in the page section. All page breaks are ignored in the page section.
命名空间: 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>
An IList<T> object.