Compartir a través de


Clase ReportDoubleProperty

Represents a double property in the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty

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

Sintaxis

'Declaración
Public NotInheritable Class ReportDoubleProperty _
    Inherits ReportProperty
'Uso
Dim instance As ReportDoubleProperty
public sealed class ReportDoubleProperty : ReportProperty
public ref class ReportDoubleProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportDoubleProperty =  
    class 
        inherit ReportProperty 
    end
public final class ReportDoubleProperty extends ReportProperty

El tipo ReportDoubleProperty expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ExpressionString Gets the expression string for the report property, if the report property is an expression. (Se hereda de ReportProperty.)
Propiedad pública IsExpression Gets a value that indicates whether the value of the report property is an expression. (Se hereda de ReportProperty.)
Propiedad pública Value Gets the double value of the property.

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