Share via


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

Definición

Crea una nueva instancia de la clase EnumProperty.

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))

Parámetros

name
String

Nombre de la propiedad de enumeración.

enumType
Type

El tipo de enumeración.

defaultValue
Object

El valor predeterminado.

validValues
IList<Int32>

Los valores válidos.

Se aplica a