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
)
Parameter
- val
A ValidValue object that contains the label and the value for the setting.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Setting Class
Setting Members
Microsoft.ReportingServices.Interfaces Namespace