Właściwość ReportParameter.DefaultValue

Domyślna wartość dla parametru (Jeśli nie dostarczonych przez użytkownika).Jeśli wartość nie jest dostarczany jako część definicji lub przez użytkownika, ma wartość null.Wymagane, jeśli nie ma żadnego wiersza i albo Nullable jest FAŁSZ lub ValidValues listy jest udostępniany, nie zawiera wartości Null (wartość pominięty).

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DefaultValue As DefaultValue
    Get
    Set
'Użycie
Dim instance As ReportParameter
Dim value As DefaultValue

value = instance.DefaultValue

instance.DefaultValue = value
public DefaultValue DefaultValue { get; set; }
public:
property DefaultValue^ DefaultValue {
    DefaultValue^ get ();
    void set (DefaultValue^ value);
}
member DefaultValue : DefaultValue with get, set
function get DefaultValue () : DefaultValue
function set DefaultValue (value : DefaultValue)