Propriété ReportItems
The region that contains the elements of the page section layout. No data regions or subreports are allowed in the page section. All page breaks are ignored in the page section.
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 PageSection
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< (Of < ( <'ReportItem> ) > ) >
An IList<(Of <(<'T>)>)> object.