Clase PageBreak
Defines page break behavior for a Group, DataRegion or Rectangle.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class PageBreak
'Uso
Dim instance As PageBreak
public sealed class PageBreak
public ref class PageBreak sealed
[<SealedAttribute>]
type PageBreak = class end
public final class PageBreak
El tipo PageBreak expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
BreakLocation | Gets a value that indicates where the page break should occur. | |
Disabled | Gets an expression that evaluates to a value that indicates whether the page break is disabled. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
ResetPageNumber | Gets an expression that evaluates to a value that indicates whether the page number should be reset. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering