次の方法で共有


StringProperty.Default プロパティ

既定値を取得します。

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

構文

'宣言
Public ReadOnly Property Default As Object 
    Get
'使用
Dim instance As StringProperty 
Dim value As Object 

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object 
override Default : Object
final function get Default () : Object

プロパティ値

型: System.Object
既定値。

実装

IPropertyDefinition.Default

関連項目

参照

StringProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間