PageBreak 속성
Gets the page break behavior for the data region.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property PageBreak As PageBreak
Get
‘사용 방법
Dim instance As DataRegion
Dim value As PageBreak
value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
virtual property PageBreak^ PageBreak {
PageBreak^ get () sealed;
}
abstract PageBreak : PageBreak
override PageBreak : PageBreak
final function get PageBreak () : PageBreak
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreak
A PageBreak object.