次の方法で共有


Report.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<ReportSection>
レポート内のレポート セクションです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間