Freigeben über


Page-Klasse

Represents a page in the report.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class Page _
    Inherits ReportElement
'Usage
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

Der Page-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_isOldSnapshot Infrastruktur (Geerbt von ReportElement.)
Geschütztes Feld m_parentDefinitionPath Infrastruktur (Geerbt von ReportElement.)
Geschütztes Feld m_style Infrastruktur (Geerbt von ReportElement.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.