共用方式為


ReportParameter.ValidValues 屬性

The available valid values for the parameter. Read-only.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property ValidValues As ValidValue()
    Get 
    Set
'用途
Dim instance As ReportParameter 
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<ReportExecution2005.ValidValue[]
A read-only array of ValidValue objects.

備註

You can display the valid values of a parameter to the user in a user interface.

請參閱

參考

ReportParameter 類別

ReportExecution2005 命名空間