Método AddValidValue (ValidValue)
Adds a valid value using the ValidValue class.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Public Sub AddValidValue ( _
val As ValidValue _
)
'Uso
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
)
Parâmetros
- val
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .ValidValue
A ValidValue object that contains the label and the value for the setting.
Consulte também