次の方法で共有


ReportSections プロパティ

レポート内のレポート セクションです。

名前空間:  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> ) > ) >
IList<(Of <(<'T>)>)> オブジェクト。