Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the report sections in the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportSections As IList(Of ReportSection)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<ReportSection>
The report sections in the report.