IPropertyDefinition.Default 属性

Gets the default value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
ReadOnly Property Default As Object 
    Get
用法
Dim instance As IPropertyDefinition 
Dim value As Object 

value = instance.Default
Object Default { get; }
property Object^ Default {
    Object^ get ();
}
abstract Default : Object
function get Default () : Object

属性值

类型:System.Object
The default value.

请参阅

参考

IPropertyDefinition 接口

Microsoft.ReportingServices.RdlObjectModel 命名空间