PropertyDefinition<T> Class
Updated: February 25, 2016
Represents a 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::ColorProperty
Microsoft.ReportingServices.RdlObjectModel::ComparablePropertyDefinition<T>
| Name | Description | |
|---|---|---|
![]() | PropertyDefinition<T>(String^, Nullable<T>) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the PropertyDefinition<T> class. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of the property. |
![]() | Name | The property name.(Inherited from PropertyDefinition.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPropertyDefinition::Validate(Object^, Object^) | Validates whether the given value is of valid type T and within the minimum and maximum value. |
![]() ![]() | IPropertyDefinition::Default | Gets the default value of the property. |
![]() ![]() | IPropertyDefinition::Maximum | Gets the maximum value of the string property. |
![]() ![]() | IPropertyDefinition::Minimum | Gets the minimum definition of the object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





