次の方法で共有


PageBreak.BreakLocation プロパティ

改ページする場所を示します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property BreakLocation As BreakLocations 
    Get 
    Set
'使用
Dim instance As PageBreak 
Dim value As BreakLocations 

value = instance.BreakLocation

instance.BreakLocation = value
public BreakLocations BreakLocation { get; set; }
public:
property BreakLocations BreakLocation {
    BreakLocations get ();
    void set (BreakLocations value);
}
member BreakLocation : BreakLocations with get, set
function get BreakLocation () : BreakLocations 
function set BreakLocation (value : BreakLocations)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.BreakLocations
BreakLocations オブジェクト。

関連項目

参照

PageBreak クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間