ComparablePropertyDefinition<T> Class
Updated: February 25, 2016
Represents a comparable property definition.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel::ComparablePropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel::DoubleProperty
Microsoft.ReportingServices.RdlObjectModel::IntProperty
Microsoft.ReportingServices.RdlObjectModel::SizeProperty
| Name | Description | |
|---|---|---|
![]() | ComparablePropertyDefinition<T>(String^, Nullable<T>) | Initializes a new instance of the ComparablePropertyDefinition<T> class using the specified name and default value. |
![]() | ComparablePropertyDefinition<T>(String^, Nullable<T>, Nullable<T>, Nullable<T>) | Initializes a new instance of the ComparablePropertyDefinition<T> class using the specified name, default value, minimum value and maximum value. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of the property.(Inherited from PropertyDefinition<T>.) |
![]() | Maximum | Gets the maximum value. |
![]() | Minimum | Gets the minimum value. |
![]() | Name | The property name.(Inherited from PropertyDefinition.) |
| Name | Description | |
|---|---|---|
![]() | Constrain(T%) | Adjusts a value according to the defined property constraints. |
![]() | Equals(Object^) | (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) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object. |
![]() | Validate(Object^, ReportExpression<T>) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object. |
![]() | Validate(Object^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the ComparablePropertyDefinition<T> object. |
| Name | Description | |
|---|---|---|
![]() ![]() | IPropertyDefinition::Validate(Object^, Object^) | Validates the property definition. |
![]() ![]() | IPropertyDefinition::Default | Gets the default value of the property. |
![]() ![]() | IPropertyDefinition::Maximum | Gets the maximum value of the property definition. |
![]() ![]() | IPropertyDefinition::Minimum | Gets the minimum property definition. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





