Udostępnij przez


Właściwość DefaultValue.Values

Zakodowane domyślne wartości dla parametru.

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

Składnia

'Deklaracja
Public Property Values As IList(Of Nullable(Of ReportExpression))
    Get
    Set
'Użycie
Dim instance As DefaultValue
Dim value As IList(Of Nullable(Of ReportExpression))

value = instance.Values

instance.Values = value
public IList<Nullable<ReportExpression>> Values { get; set; }
public:
property IList<Nullable<ReportExpression>>^ Values {
    IList<Nullable<ReportExpression>>^ get ();
    void set (IList<Nullable<ReportExpression>>^ value);
}
member Values : IList<Nullable<ReportExpression>> with get, set
function get Values () : IList<Nullable<ReportExpression>>
function set Values (value : IList<Nullable<ReportExpression>>)

Wartość właściwości

Typ: System.Collections.Generic.IList<Nullable<ReportExpression>>
IList<T> Obiektu.