Freigeben über


CustomPropertyInstance-Klasse

Represents an instance type of the CustomProperty class, and contains the calculated values of the properties in CustomProperty.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..CustomPropertyInstance

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

Syntax

'Declaration
Public NotInheritable Class CustomPropertyInstance
'Usage
Dim instance As CustomPropertyInstance
public sealed class CustomPropertyInstance
public ref class CustomPropertyInstance sealed
[<SealedAttribute>]
type CustomPropertyInstance =  class end
public final class CustomPropertyInstance

Der CustomPropertyInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the calculated value of the Name property in a CustomProperty class.
Öffentliche Eigenschaft Value Gets the calculated value of the Value property in a CustomProperty class.

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

Threadsicherheit

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