BodyInstance-Klasse
Represents an instance type of the Body class and contains the calculated values of the properties in Body.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..BodyInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class BodyInstance _
Inherits ReportElementInstance
'Usage
Dim instance As BodyInstance
public sealed class BodyInstance : ReportElementInstance
public ref class BodyInstance sealed : public ReportElementInstance
[<SealedAttribute>]
type BodyInstance =
class
inherit ReportElementInstance
end
public final class BodyInstance extends ReportElementInstance
Der BodyInstance-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.) | |
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.