ReportParameter.DefaultValues Property

Definition

Gets or sets the default values of the parameter.

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

Property Value

String[]

An array of String objects containing the default parameters.

Applies to