다음을 통해 공유


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)