AddValidValue 方法 (ValidValue)
Adds a valid value using the ValidValue class.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
語法
'宣告
Public Sub AddValidValue ( _
val As ValidValue _
)
'用途
Dim instance As Setting
Dim val As ValidValue
instance.AddValidValue(val)
public void AddValidValue(
ValidValue val
)
public:
void AddValidValue(
ValidValue^ val
)
member AddValidValue :
val:ValidValue -> unit
public function AddValidValue(
val : ValidValue
)
參數
- val
型別:Microsoft.ReportingServices.Interfaces. . :: . .ValidValue
A ValidValue object that contains the label and the value for the setting.