Clase DataValueInstance
Represents an instance type of the DataValue class, and contains the calculated values of the properties in DataValue.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.DataValueInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustInherit Class DataValueInstance _
Inherits BaseInstance
'Uso
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
El tipo DataValueInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ResetInstanceCache | Resets the instance cache. (Se hereda de BaseInstance.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering