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