Compartir a través de


Rectangle.ReportItems Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ReportItems As IList(Of ReportItem)
    Get 
    Set
'Uso
Dim instance As Rectangle 
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>)

Valor de la propiedad

Tipo: System.Collections.Generic.IList<ReportItem>
A collection of report items.

Vea también

Referencia

Rectangle Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel