Propriété ReportParameter.DefaultValues

Gets or sets the default value of the parameter.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property DefaultValues As String()
    Get 
    Set
'Utilisation
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[])

Valeur de propriété

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

Voir aussi

Référence

ReportParameter Classe

Espace de noms ReportService2005