PageInstance-Klasse
Represents an instance type of the Page class, and contains the calculated values of the properties in Page.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..PageInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class PageInstance _
Inherits ReportElementInstance
'Usage
Dim instance As PageInstance
public sealed class PageInstance : ReportElementInstance
public ref class PageInstance sealed : public ReportElementInstance
[<SealedAttribute>]
type PageInstance =
class
inherit ReportElementInstance
end
public final class PageInstance extends ReportElementInstance
Der PageInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Style | Gets the calculated value of the Style property in a Page class. (Überschreibt ReportElementInstance. . :: . .Style.) | |
UniqueName | Gets the unique identifier of this instance object. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ResetInstanceCache | Infrastruktur (Geerbt von ReportElementInstance.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_reportElementDef | Infrastruktur (Geerbt von ReportElementInstance.) | |
m_style | Infrastruktur (Geerbt von ReportElementInstance.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.