PageBreak propriété
Defines the page break behavior for the data region.
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 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
Valeur de la propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreak
A PageBreak object.