DataRegion.PageBreak Property
Defines the page break behavior for the data region.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PageBreak As PageBreak
Get
'Usage
Dim instance As DataRegion
Dim value As PageBreak
value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
property PageBreak^ PageBreak {
PageBreak^ get ();
}
member PageBreak : PageBreak
function get PageBreak () : PageBreak
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.