EnumProperty(String, Type, Object, IList<Int32>) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una nuova istanza della classe 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))
Parametri
- name
- String
Il nome della proprietà di enumerazione.
- enumType
- Type
Tipo di enumerazione.
- defaultValue
- Object
Valore predefinito.