Map.PageBreak Propiedad
Gets the page break behavior for the map.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering