Share via


EnumProperty Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a report enumeration property of a specific enumeration type.

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.EnumProperty

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.