[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner

GetOwner Method

GetOwner(IComponent)

Gets the owner of the specified report component.

Declaration
ItemOwners GetOwner(IComponent component)
Parameters
Type Name Description
IComponent component

A IComponent object representing the report component.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the report component.

GetOwner(CodeClass)

Gets the owner of the specified CodeClass.

Declaration
ItemOwners GetOwner(CodeClass codeClass)
Parameters
Type Name Description
CodeClass codeClass

A CodeClass for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified code class.

GetOwner(EmbeddedImage)

Gets the owner of the specified EmbeddedImage.

Declaration
ItemOwners GetOwner(EmbeddedImage embeddedImage)
Parameters
Type Name Description
EmbeddedImage embeddedImage

An EmbeddedImage for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified embedded image.

GetOwner(DataSource)

Gets the owner of the specified DataSource.

Declaration
ItemOwners GetOwner(DataSource dataSource)
Parameters
Type Name Description
DataSource dataSource

A DataSource for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified data source.

GetOwner(ReportParameter)

Gets the owner of the specified ReportParameter.

Declaration
ItemOwners GetOwner(ReportParameter reportParameter)
Parameters
Type Name Description
ReportParameter reportParameter

A ReportParameter for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified report parameter.

GetOwner(IDataSet)

Gets the owner of the specified IDataSet.

Declaration
ItemOwners GetOwner(IDataSet dataSet)
Parameters
Type Name Description
IDataSet dataSet

An IDataSet for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified data set.

GetOwner(EmbeddedStyleSheet)

Gets the owner of the specified EmbeddedStyleSheet.

Declaration
ItemOwners GetOwner(EmbeddedStyleSheet embeddedStyleSheet)
Parameters
Type Name Description
EmbeddedStyleSheet embeddedStyleSheet

An EmbeddedStyleSheet for getting owner for.

Returns
Type Description
ItemOwners

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

GetOwner(string, Field)

Gets the owner of the specified Field belonging to the specified data set.

Declaration
ItemOwners GetOwner(string dataSetName, Field field)
Parameters
Type Name Description
string dataSetName

A string value indicating the name of the data set.

Field field

A Field for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified field.

GetOwner(string, Filter)

Gets the owner of the specified Filter belonging to the specified data set.

Declaration
ItemOwners GetOwner(string dataSetName, Filter filter)
Parameters
Type Name Description
string dataSetName

A string value indicating the name of the data set.

Filter filter

A Filter for getting owner for.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified filter.

GetOwner(string, string, string)

Gets the owner of the resource using the specified culture.

Declaration
ItemOwners GetOwner(string culture, string resourceName, string resourceValue)
Parameters
Type Name Description
string culture

A string value indicating the culture of the resource.

string resourceName

A string value indicating the name of the resource.

string resourceValue

A string value indicating the value of the resource.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the specified resource.