Owner 属性

The owner object.

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

语法

声明
ReadOnly Property Owner As ReportObject
    Get
用法
Dim instance As IPropertyStore
Dim value As ReportObject

value = instance.Owner
ReportObject Owner { get; }
property ReportObject^ Owner {
    ReportObject^ get ();
}
abstract Owner : ReportObject
function get Owner () : ReportObject