Report.ReportSections 属性

Gets or sets 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<ReportSection>
The report sections in the report.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间