Compartir a través de


Clase DoubleProperty

Represents a double property in the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Double>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Double>
        Microsoft.ReportingServices.RdlObjectModel.DoubleProperty

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class DoubleProperty _
    Inherits ComparablePropertyDefinition(Of Double)
'Uso
Dim instance As DoubleProperty
public class DoubleProperty : ComparablePropertyDefinition<double>
public ref class DoubleProperty : public ComparablePropertyDefinition<double>
type DoubleProperty =  
    class 
        inherit ComparablePropertyDefinition<float>
    end
public class DoubleProperty extends ComparablePropertyDefinition<double>

El tipo DoubleProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DoubleProperty(String, Nullable<Double>) Creates a new instance of the DoubleProperty class.
Método público DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) Creates a new instance of the DoubleProperty class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Default Gets the default value of the property. (Se hereda de PropertyDefinition<T>.)
Propiedad pública Maximum Gets the maximum value. (Se hereda de ComparablePropertyDefinition<T>.)
Propiedad pública Minimum Gets the minimum value. (Se hereda de ComparablePropertyDefinition<T>.)
Propiedad pública Name The property name. (Se hereda de PropertyDefinition.)

Arriba

Métodos

  Nombre Descripción
Método público Constrain Adjusts a value according to the defined property constraints. (Se hereda de ComparablePropertyDefinition<T>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)
Método público Validate(Object, T) Infraestructura. Validates the ComparablePropertyDefinition<T> object. (Se hereda de ComparablePropertyDefinition<T>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Default Gets the default value of the property definition. (Se hereda de ComparablePropertyDefinition<T>.)
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Se hereda de ComparablePropertyDefinition<T>.)
Implementación de interfaces explícitasPropiedad privada IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Se hereda de ComparablePropertyDefinition<T>.)
Implementación de interfaces explícitasMétodo privado IPropertyDefinition.Validate Validates the property definition. (Se hereda de ComparablePropertyDefinition<T>.)

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.RdlObjectModel