共用方式為


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)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.BreakLocations
A BreakLocations object.

請參閱

參考

PageBreak 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間