다음을 통해 공유


ReportSections 속성

The report sections in the report.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ReportSections As IList(Of ReportSection)
    Get
    Set
‘사용 방법
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>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'ReportSection> ) > ) >
An IList<(Of <(<'T>)>)> object.