共用方式為


ExtensionParameter.ValidValues 屬性

Gets a set of values that can be configured for the setting.

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

語法

'宣告
Public Property ValidValues As ValidValue()
    Get 
    Set
'用途
Dim instance As ExtensionParameter 
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<ReportService2006.ValidValue[]
An array of ValidValue objects.

請參閱

參考

ExtensionParameter 類別

ReportService2006 命名空間