BreakLocation 속성
Indicates where the page break should occur.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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