Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines PageBreak behavior for this group.
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 Group
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace