Proprietà ReportParameter.DefaultValues

Gets or sets the default value of the parameter.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property DefaultValues As String()
    Get 
    Set
'Utilizzo
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[])

Valore proprietà

Tipo: array<System.String[]
A String array containing the default values of the parameter.

Vedere anche

Riferimento

ReportParameter Classe

Spazio dei nomi ReportService2005