PageBreak.BreakLocation 属性

Indicates where the page break should occur.

命名空间:  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)