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.