다음을 통해 공유


BreakLocation 속성

Gets a value that indicates where the page break should occur.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property BreakLocation As PageBreakLocation
    Get
‘사용 방법
Dim instance As PageBreak
Dim value As PageBreakLocation

value = instance.BreakLocation
public PageBreakLocation BreakLocation { get; }
public:
property PageBreakLocation BreakLocation {
    PageBreakLocation get ();
}
member BreakLocation : PageBreakLocation
function get BreakLocation () : PageBreakLocation