ReportParameter.ValidValues Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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: ReportService2005.ValidValue[]

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top