Rectangle.PageBreak Property

Gets the page break behavior for the rectangle.

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 Rectangle 
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

Rectangle Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace