ItemParameter.ValidValues 属性

Gets or sets the available ValidValue objects for the parameter.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property ValidValues As ValidValue()
    Get 
    Set
用法
Dim instance As ItemParameter 
Dim value As ValidValue()

value = instance.ValidValues

instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
    array<ValidValue^>^ get ();
    void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])

属性值

类型:array<ReportService2010.ValidValue[]
An array of ValidValue objects.

注释

This property supplies a list of valid values from which the user must select a property value.

请参阅

参考

ItemParameter 类

ReportService2010 命名空间