Rectangle.ReportItems Property

Definition

Gets or sets a collection of report items contained within the bounds of the rectangle.

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 collection of report items.

Attributes

Applies to