ParameterValues 屬性
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< (Of < ( <'ParameterValue> ) > ) >
An IList<(Of <(<'T>)>)> object.