Compartir a través de


ReportParameter.DefaultValues Propiedad

Definición

Obtiene o establece los valores predeterminados del parámetro.

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()

Valor de propiedad

String[]

Matriz de objetos String que contienen los parámetros predeterminado.

Se aplica a