EnumProperty Class
This API supports the SQL Server 2012 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.
Constructors
Name | Description | |
---|---|---|
EnumProperty | Creates a new instance of the EnumProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Default | Gets the default enumeration value. | |
Name | The property name. (Inherited from PropertyDefinition.) | |
ValidValues | Gets 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 | Validates the enumeration property using the specified component and value. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPropertyDefinition.Maximum | Gets the maximum value of an enumeration property. | |
IPropertyDefinition.Minimum | Gets the minimum value of an enumeration property. | |
IPropertyDefinition.Validate | Validates the property definition of an enumeration. |
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.