Owner 屬性
The owner object.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public ReadOnly Property Owner As ReportObject
Get
'用途
Dim instance As PropertyStore
Dim value As ReportObject
value = instance.Owner
public ReportObject Owner { get; }
public:
virtual property ReportObject^ Owner {
ReportObject^ get () sealed;
}
abstract Owner : ReportObject
override Owner : ReportObject
final function get Owner () : ReportObject