次の方法で共有


DefaultValue.Values プロパティ

パラメーターのハードコードされた既定値を取得または設定します。

名前空間:  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<Nullable<ReportExpression>>
IList<T> オブジェクト。

関連項目

参照

DefaultValue クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間