Compartilhar via


Propriedade do RDL Map.PageBreak

Gets the page break behavior for the map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property PageBreak As PageBreak 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering