Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a double property in the report.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Double>
Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
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>
The DoubleProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DoubleProperty(String, Nullable<Double>) | Creates a new instance of the DoubleProperty class. |
![]() |
DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) | Creates a new instance of the DoubleProperty class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Default | Gets the default value of the property. (Inherited from PropertyDefinition<T>.) |
![]() |
Maximum | Gets the maximum value. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
Minimum | Gets the minimum value. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Constrain | Adjusts a value according to the defined property constraints. (Inherited from ComparablePropertyDefinition<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate(Object, T) | Infrastructure. Validates the ComparablePropertyDefinition<T> object. (Inherited from ComparablePropertyDefinition<T>.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IPropertyDefinition.Default | Gets the default value of the property definition. (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. (Inherited from ComparablePropertyDefinition<T>.) |
![]() ![]() |
IPropertyDefinition.Validate | Validates the property definition. (Inherited from ComparablePropertyDefinition<T>.) |
Top
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)