Freigeben über


DataValueInstance-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.DataValueInstance

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

Syntax

'Declaration
Public MustInherit Class DataValueInstance _
    Inherits BaseInstance
'Usage
Dim instance As DataValueInstance
public abstract class DataValueInstance : BaseInstance
public ref class DataValueInstance abstract : public BaseInstance
[<AbstractClassAttribute>]
type DataValueInstance =  
    class 
        inherit BaseInstance 
    end
public abstract class DataValueInstance extends BaseInstance

Der DataValueInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the calculated value of the Name property in a DataValue class.
Öffentliche Eigenschaft Value Gets the calculated value of the Value property in a DataValue 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.)
Geschützte Methode ResetInstanceCache Resets the instance cache. (Geerbt von BaseInstance.)
Ö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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace