Partager via


Propriété Map.PageBreak

Gets the page break behavior for the map.

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

Syntaxe

'Déclaration
Public ReadOnly Property PageBreak As PageBreak 
    Get
'Utilisation
Dim instance As Map 
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.

Voir aussi

Référence

Map Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering