Partager via


Propriété Body.ReportItems

The region that contains the elements of the report body.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ReportItems As IList(Of ReportItem)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

Body Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel