ItemParameter.DefaultValues Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the default values for the parameter.

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

Syntax

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

Property Value

Type: System.String[]

A String array that contains the default values of the parameter.

See Also

ItemParameter Class
ReportService2010 Namespace

Return to top