Body.ReportItems Property

Definition

The region that contains the elements of the report body.

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

A IList<T> object.

Attributes

Applies to