Compartilhar via


Classe Page

Represents a page in the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.Page

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

Sintaxe

'Declaração
Public NotInheritable Class Page _
    Inherits ReportElement
'Uso
Dim instance As Page
public sealed class Page : ReportElement
public ref class Page sealed : public ReportElement
[<SealedAttribute>]
type Page =  
    class 
        inherit ReportElement 
    end
public final class Page extends ReportElement

O tipo Page expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BottomMargin Gets the width of the bottom margin.
Propriedade pública Columns Gets the default number of columns for rendering the report.
Propriedade pública ColumnSpacing Gets the spacing between each column in multi-column renderings.
Propriedade pública DefinitionPath Gets the path to this report definition object in the report definition. (Substitui ReportElement.DefinitionPath.)
Propriedade pública ID Gets the unique identifier for this report definition object. (Substitui ReportElement.ID.)
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública InteractiveHeight Gets the default height for rendering the report when in an interactive renderer.
Propriedade pública InteractiveWidth Gets the default height for rendering the report when in an interactive renderer.
Propriedade pública LeftMargin Gets the width of the left margin.
Propriedade pública PageFooter Gets the footer that is rendered at the bottom of a report section.
Propriedade pública PageHeader Gets the header that is rendered at the top of a report section.
Propriedade pública PageHeight Gets the default height for rendering the report in a physical-page oriented renderer.
Propriedade pública PageWidth Gets the default width for rendering the report in a physical-page oriented renderer.
Propriedade pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Herdado de ReportElement.)
Propriedade pública RightMargin Gets the width of the right margin.
Propriedade pública Style Gets the style properties of the page. (Substitui ReportElement.Style.)
Propriedade pública TopMargin Gets the width of the top margin.

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