ReportParameter.ValidValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The available valid values for the parameter. Read-only.
public:
property cli::array <ReportExecution2005::ValidValue ^> ^ ValidValues { cli::array <ReportExecution2005::ValidValue ^> ^ get(); void set(cli::array <ReportExecution2005::ValidValue ^> ^ value); };
public ReportExecution2005.ValidValue[] ValidValues { get; set; }
member this.ValidValues : ReportExecution2005.ValidValue[] with get, set
Public Property ValidValues As ValidValue()
Property Value
A read-only array of ValidValue objects.
Remarks
You can display the valid values of a parameter to the user in a user interface.