Classe DataValueInstance
Represents an instance type of the DataValue class, and contains the calculated values of the properties in DataValue.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..DataValueInstance
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustInherit Class DataValueInstance _
Inherits BaseInstance
'Utilisation
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
Le type DataValueInstance expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Name | Gets the calculated value of the Name property in a DataValue class. | |
Value | Gets the calculated value of the Value property in a DataValue class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ResetInstanceCache | Resets the instance cache. (hérité de BaseInstance.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.