Share via


IPropertyStore.Owner Property

The owner object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
ReadOnly Property Owner As ReportObject
    Get
'Usage
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