Partilhar via


Propriedade do RDL ReportItems

The region that contains the elements of the report body.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ReportItems As IList(Of ReportItem)
    Get
    Set
'Uso
Dim instance As Body
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 da propriedade

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ReportItem> ) > ) >
A Ilist object.