Share via


Rectangle.ReportItems Propriété

Définition

Obtient ou définit une collection des éléments de rapport contenue dans les limites du 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)

Valeur de propriété

Collection d'éléments de rapport.

Attributs

S’applique à