Del via


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.

Constructors

  Name Description
Public method EnumProperty Creates a new instance of the EnumProperty class.

Top

Properties

  Name Description
Public property Default The default enumeration value.
Public property Name The property name. (Inherited from PropertyDefinition.)
Public property ValidValues 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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum
Explicit interface implemetationPrivate method 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.