次の方法で共有


EnumProperty(String, Type, Object, IList<Int32>) コンストラクター

定義

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

パラメーター

name
String

列挙プロパティの名前。

enumType
Type

列挙型。

defaultValue
Object

既定値。

validValues
IList<Int32>

有効な値。

適用対象