Compartir a través de


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
Propiedad pública BreakLocation Gets a value that indicates where the page break should occur.
Propiedad pública Disabled Gets an expression that evaluates to a value that indicates whether the page break is disabled.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública ResetPageNumber Gets an expression that evaluates to a value that indicates whether the page number should be reset.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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