EnumProperty Class

 

Updated: February 25, 2016

This API supports the product 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)

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

public ref class EnumProperty : PropertyDefinition, IPropertyDefinition

NameDescription
System_CAPS_pubmethodEnumProperty(String^, Type^, Object^, IList<Int32>^)

Creates a new instance of the EnumProperty class.

NameDescription
System_CAPS_pubpropertyDefault

Gets the default enumeration value.

System_CAPS_pubpropertyName

The property name.(Inherited from PropertyDefinition.)

System_CAPS_pubpropertyValidValues

Gets the valid values.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(Object^, Int32)

Validates the enumeration property using the specified component and value.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIPropertyDefinition::Validate(Object^, Object^)

Validates the property definition of an enumeration.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Maximum

Gets the maximum value.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Minimum

Gets the minimum definition of the specified object.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: