Setting.AddValidValue Method (ValidValue)
Adds a valid value using the ValidValue class.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
Public Sub AddValidValue ( _
val As ValidValue _
)
public void AddValidValue (
ValidValue val
)
public:
void AddValidValue (
ValidValue^ val
)
public void AddValidValue (
ValidValue val
)
public function AddValidValue (
val : ValidValue
)
Parameters
- val
A ValidValue object that contains the label and the value for the setting.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace