ItemParameter.ValidValues Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the available ValidValue objects for the parameter.

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

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

Property Value

Type: ReportService2010.ValidValue[]

An array of ValidValue objects.

Remarks

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

See Also

ItemParameter Class
ReportService2010 Namespace

Return to top