[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner

GetOwner Method

GetOwner(IComponent)

Gets the owner of the specified report component.

Declaration
public ItemOwners GetOwner(IComponent reportComponent)
Parameters
Type Name Description
IComponent reportComponent

A IComponent object representing the report component.

Returns
Type Description
ItemOwners

An ItemOwners value indicating the owner of the report component.

Implements

GetOwner(CodeClass)

Gets the owner of the specified CodeClass.

Declaration
public 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.

Implements

GetOwner(ReportParameter)

Gets the owner of the specified ReportParameter.

Declaration
public 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.

Implements

GetOwner(EmbeddedImage)

Gets the owner of the specified EmbeddedImage.

Declaration
public 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.

Implements

GetOwner(DataSource)

Gets the owner of the specified DataSource.

Declaration
public 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.

Implements

GetOwner(IDataSet)

Gets the owner of the specified IDataSet.

Declaration
public 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.

Implements

GetOwner(EmbeddedStyleSheet)

Gets the owner of the specified EmbeddedStyleSheet.

Declaration
public 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.

Implements

GetOwner(string, Field)

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

Declaration
public 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.

Implements

GetOwner(string, Filter)

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

Declaration
public 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.

Implements

GetOwner(string, string, string)

Gets the owner of the resource using the specified culture.

Declaration
public 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.

Implements