PageBreak Propiedad
Defines the page break behavior for the data region.
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 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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PageBreak
A PageBreak object.