Compartir a través de


DefaultValues Propiedad

Gets or sets the default values of the parameter.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property DefaultValues As String()
    Get
    Set
'Uso
Dim instance As ReportParameter
Dim value As String()

value = instance.DefaultValues

instance.DefaultValues = value
public string[] DefaultValues { get; set; }
public:
property array<String^>^ DefaultValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member DefaultValues : string[] with get, set
function get DefaultValues () : String[]
function set DefaultValues (value : String[])

Valor de la propiedad

Tipo: array<System. . :: . .String> [] () [] []
An array of String objects containing the default parameters.