EnumProperty Class
Updated: February 25, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a report enumeration property of a specific enumeration type.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel::EnumProperty
| Name | Description | |
|---|---|---|
![]() | EnumProperty(String^, Type^, Object^, IList<Int32>^) | Creates a new instance of the EnumProperty class. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default enumeration value. |
![]() | Name | The property name.(Inherited from PropertyDefinition.) |
![]() | ValidValues | Gets the valid values. |
| 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.) |
![]() | Validate(Object^, Int32) | Validates the enumeration property using the specified component and value. |
| Name | Description | |
|---|---|---|
![]() ![]() | IPropertyDefinition::Validate(Object^, Object^) | Validates the property definition of an enumeration. |
![]() ![]() | IPropertyDefinition::Maximum | Gets the maximum value. |
![]() ![]() | IPropertyDefinition::Minimum | Gets the minimum definition of the specified 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.





