次の方法で共有


PropertyDefinition<T>.Default プロパティ

プロパティ属性の既定値を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property Default As Nullable(Of T)
    Get
'使用
Dim instance As PropertyDefinition 
Dim value As Nullable(Of T)

value = instance.Default
public Nullable<T> Default { get; }
public:
property Nullable<T> Default {
    Nullable<T> get ();
}
member Default : Nullable<'T>
function get Default () : Nullable<T>

プロパティ値

型: System.Nullable<T>
Nullable<T> オブジェクト。

関連項目

参照

PropertyDefinition<T> クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間