Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The available ValidValues objects for the parameter.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property ValidValues As ValidValue()
Get
Set
'Usage
Dim instance As ReportParameter
Dim value As ValidValue()
value = instance.ValidValues
instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
array<ValidValue^>^ get ();
void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])
Property Value
Type: array<ReportService2005.ValidValue[]
An array of ValidValues objects.
Remarks
This property supplies a list of valid values from which the user must choose a property value.