다음을 통해 공유


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 네임스페이스