Proprietà Body.ReportItems

The region that contains the elements of the report body.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ReportItems As IList(Of ReportItem)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.Generic.IList<ReportItem>
A Ilist object.

Vedere anche

Riferimento

Body Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel