ItemParameter.ValidValues Property

Definition

Gets or sets the available ValidValue objects for the parameter.

public:
 property cli::array <ReportService2010::ValidValue ^> ^ ValidValues { cli::array <ReportService2010::ValidValue ^> ^ get(); void set(cli::array <ReportService2010::ValidValue ^> ^ value); };
public ReportService2010.ValidValue[] ValidValues { get; set; }
member this.ValidValues : ReportService2010.ValidValue[] with get, set
Public Property ValidValues As ValidValue()

Property Value

An array of ValidValue objects.

Remarks

This property supplies a list of valid values from which the user must select a property value.

Applies to