ReportParameter.ValidValues Property

Definition

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.

Applies to