Méthode Setting.AddValidValue (ValidValue)
Adds a valid value using the ValidValue class.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
Public Sub AddValidValue ( _
val As ValidValue _
)
'Utilisation
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
)
Paramètres
- val
Type : Microsoft.ReportingServices.Interfaces.ValidValue
A ValidValue object that contains the label and the value for the setting.