PageSection.ReportItems Property

Definition

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.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ ReportItems { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportItem>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> ReportItems { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportItem>))>]
member this.ReportItems : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> with get, set
Public Property ReportItems As IList(Of ReportItem)

Property Value

An IList<T> object.

Attributes

Applies to