EnumProperty Class
This API supports the infrastructure and is not intended to be used directly from your code.
Represents a report enumeration property of a specific enumeration type.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Usage
Dim instance As EnumProperty
public class EnumProperty : PropertyDefinition,
IPropertyDefinition
public ref class EnumProperty : public PropertyDefinition,
IPropertyDefinition
type EnumProperty =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
public class EnumProperty extends PropertyDefinition implements IPropertyDefinition
The EnumProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Default | The default enumeration value. |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
![]() |
ValidValues | The valid values. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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 |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Maximum | |
![]() ![]() |
IPropertyDefinition.Minimum | |
![]() ![]() |
IPropertyDefinition.Validate |
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.