Partager via


PageBreak propriété

Defines page break behavior for the rectangle.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageBreak As PageBreak
    Get
'Utilisation
Dim instance As Rectangle
Dim value As PageBreak

value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
property PageBreak^ PageBreak {
    PageBreak^ get ();
}
member PageBreak : PageBreak
function get PageBreak () : PageBreak