Partager via


Classe Page

Represents a page in the report.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Page _
    Inherits ReportElement
'Utilisation
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

Le type Page expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BottomMargin Gets the width of the bottom margin.
Propriété publique Columns Gets the default number of columns for rendering the report.
Propriété publique ColumnSpacing Gets the spacing between each column in multi-column renderings.
Propriété publique DefinitionPath Gets the path to this report definition object in the report definition. (remplace ReportElement. . :: . .DefinitionPath.)
Propriété publique ID Gets the unique identifier for this report definition object. (remplace ReportElement. . :: . .ID.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique InteractiveHeight Gets the default height for rendering the report when in an interactive renderer.
Propriété publique InteractiveWidth Gets the default height for rendering the report when in an interactive renderer.
Propriété publique LeftMargin Gets the width of the left margin.
Propriété publique PageFooter Gets the footer that is rendered at the bottom of a report section.
Propriété publique PageHeader Gets the header that is rendered at the top of a report section.
Propriété publique PageHeight Gets the default height for rendering the report in a physical-page oriented renderer.
Propriété publique PageWidth Gets the default width for rendering the report in a physical-page oriented renderer.
Propriété publique ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (hérité de ReportElement.)
Propriété publique RightMargin Gets the width of the right margin.
Propriété publique Style Gets the style properties of the page. (remplace ReportElement. . :: . .Style.)
Propriété publique TopMargin Gets the width of the top margin.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_isOldSnapshot Infrastructure. (hérité de ReportElement.)
Champ protégé m_parentDefinitionPath Infrastructure. (hérité de ReportElement.)
Champ protégé m_style Infrastructure. (hérité de ReportElement.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.