Share via


DoubleProperty Class

Represents a double property in the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class DoubleProperty _
    Inherits ComparablePropertyDefinition(Of Double)
'Usage
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>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.