Share via


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
Public method EnumProperty Creates a new instance of the EnumProperty class.

Top

Properties

  Name Description
Public property Default Gets the default enumeration value.
Public property Name The property name. (Inherited from PropertyDefinition.)
Public property ValidValues Gets the valid values.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates the enumeration property using the specified component and value.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum Gets the maximum value of an enumeration property.
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum Gets the minimum value of an enumeration property.
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace