다음을 통해 공유


Values 속성

The hard-coded default values for a parameter.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Values As IList(Of Nullable(Of ReportExpression))
    Get
    Set
‘사용 방법
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>>)

속성 값

유형: System.Collections.Generic. . :: . .IList< (Of < ( <'Nullable< (Of < ( <'ReportExpression> ) > ) >> ) > ) >
An IList<(Of <(<'T>)>)> object.