MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(EmbeddedStyleSheet) Method
An EmbeddedStyleSheet for getting owner for.

In This Topic
GetOwner(EmbeddedStyleSheet) Method
In This Topic
Gets the owner of the specified EmbeddedStyleSheet.
Syntax
'Declaration
 
Public Overloads Function GetOwner( _
   ByVal embeddedStyleSheet As EmbeddedStyleSheet _
) As ItemOwners
 

Parameters

embeddedStyleSheet
An EmbeddedStyleSheet for getting owner for.

Return Value

An ItemOwners value indicating the owner of the specified embedded style sheet.
See Also