Compartir a través de


Clase DataValue

Represents a single value in a DataCell. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.DataValue

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class DataValue
'Uso
Dim instance As DataValue
public sealed class DataValue
public ref class DataValue sealed
[<SealedAttribute>]
type DataValue =  class end
public final class DataValue

El tipo DataValue expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the identifier for the data value.
Propiedad pública Value Returns the data value.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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.ReportRendering