共用方式為


ValidValues.ParameterValues 屬性

Gets or sets the list of valid parameter values.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property ParameterValues As IList(Of ParameterValue)
    Get 
    Set
'用途
Dim instance As ValidValues 
Dim value As IList(Of ParameterValue)

value = instance.ParameterValues

instance.ParameterValues = value
public IList<ParameterValue> ParameterValues { get; set; }
public:
property IList<ParameterValue^>^ ParameterValues {
    IList<ParameterValue^>^ get ();
    void set (IList<ParameterValue^>^ value);
}
member ParameterValues : IList<ParameterValue> with get, set
function get ParameterValues () : IList<ParameterValue>
function set ParameterValues (value : IList<ParameterValue>)

屬性值

型別:System.Collections.Generic.IList<ParameterValue>
The list of valid parameter values.

請參閱

參考

ValidValues 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間