Compartilhar via


Classe PageBreak

Defines page break behavior for a Group, DataRegion or Rectangle.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.PageBreak

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

Sintaxe

'Declaração
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

O tipo PageBreak expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BreakLocation Gets a value that indicates where the page break should occur.
Propriedade pública Disabled Gets an expression that evaluates to a value that indicates whether the page break is disabled.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública ResetPageNumber Gets an expression that evaluates to a value that indicates whether the page number should be reset.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering