AddValidValue-Methode (ValidValue)
Adds a valid value using the ValidValue class.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Sub AddValidValue ( _
val As ValidValue _
)
'Usage
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
)
Parameter
- val
Typ: Microsoft.ReportingServices.Interfaces. . :: . .ValidValue
A ValidValue object that contains the label and the value for the setting.