Partager via


Classe ReportDoubleProperty

Represents a double property in the report.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ReportDoubleProperty _
    Inherits ReportProperty
'Utilisation
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

Le type ReportDoubleProperty expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ExpressionString Gets the expression string for the report property, if the report property is an expression. (hérité de ReportProperty.)
Propriété publique IsExpression Gets a value that indicates whether the value of the report property is an expression. (hérité de ReportProperty.)
Propriété publique Value Gets the double value of the property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.