Udostępnij przez


Właściwość Report.ReportSections

Sekcje raportu w raporcie.

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

Składnia

'Deklaracja
Public Property ReportSections As IList(Of ReportSection)
    Get
    Set
'Użycie
Dim instance As Report
Dim value As IList(Of ReportSection)

value = instance.ReportSections

instance.ReportSections = value
public IList<ReportSection> ReportSections { get; set; }
public:
property IList<ReportSection^>^ ReportSections {
    IList<ReportSection^>^ get ();
    void set (IList<ReportSection^>^ value);
}
member ReportSections : IList<ReportSection> with get, set
function get ReportSections () : IList<ReportSection>
function set ReportSections (value : IList<ReportSection>)

Wartość właściwości

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