Udostępnij przez


Właściwość PageSection.ReportItems

Region, który zawiera elementy układu strona sekcji.Nie danych regionów lub podraporty są dozwolone w sekcji strona.Wszystkie podziały stron są ignorowane w sekcji strona.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ReportItems As IList(Of ReportItem)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<ReportItem>
IList<T> Obiektu.