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.
Gets or sets the possible values for the parameter (for the end-user UI).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ValidValues As ValidValues
Get
Set
'Usage
Dim instance As ReportParameter
Dim value As ValidValues
value = instance.ValidValues
instance.ValidValues = value
public ValidValues ValidValues { get; set; }
public:
property ValidValues^ ValidValues {
ValidValues^ get ();
void set (ValidValues^ value);
}
member ValidValues : ValidValues with get, set
function get ValidValues () : ValidValues
function set ValidValues (value : ValidValues)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ValidValues
A ValidValues object.