Share via


EnumProperty(String, Type, Object, IList<Int32>) Constructor

Definition

Creates a new instance of the EnumProperty class.

public:
 EnumProperty(System::String ^ name, Type ^ enumType, System::Object ^ defaultValue, System::Collections::Generic::IList<int> ^ validValues);
public EnumProperty (string name, Type enumType, object defaultValue, System.Collections.Generic.IList<int> validValues);
new Microsoft.ReportingServices.RdlObjectModel.EnumProperty : string * Type * obj * System.Collections.Generic.IList<int> -> Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Public Sub New (name As String, enumType As Type, defaultValue As Object, validValues As IList(Of Integer))

Parameters

name
String

The name of the enumeration property.

enumType
Type

The enumeration type.

defaultValue
Object

The default value.

validValues
IList<Int32>

The valid values.

Applies to