[]
Gets the owner of the specified report component.
public ItemOwners GetOwner(IComponent reportComponent)
Type | Name | Description |
---|---|---|
IComponent | reportComponent | A IComponent object representing the report component. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the report component. |
Gets the owner of the specified CodeClass.
public ItemOwners GetOwner(CodeClass codeClass)
Type | Name | Description |
---|---|---|
CodeClass | codeClass | A CodeClass for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified code class. |
Gets the owner of the specified ReportParameter.
public ItemOwners GetOwner(ReportParameter reportParameter)
Type | Name | Description |
---|---|---|
ReportParameter | reportParameter | A ReportParameter for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified report parameter. |
Gets the owner of the specified EmbeddedImage.
public ItemOwners GetOwner(EmbeddedImage embeddedImage)
Type | Name | Description |
---|---|---|
EmbeddedImage | embeddedImage | An EmbeddedImage for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified embedded image. |
Gets the owner of the specified DataSource.
public ItemOwners GetOwner(DataSource dataSource)
Type | Name | Description |
---|---|---|
DataSource | dataSource | A DataSource for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified data source. |
Gets the owner of the specified IDataSet.
public ItemOwners GetOwner(IDataSet dataSet)
Type | Name | Description |
---|---|---|
IDataSet | dataSet | An IDataSet for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified data set. |
Gets the owner of the specified EmbeddedStyleSheet.
public ItemOwners GetOwner(EmbeddedStyleSheet embeddedStyleSheet)
Type | Name | Description |
---|---|---|
EmbeddedStyleSheet | embeddedStyleSheet | An EmbeddedStyleSheet for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified embedded style sheet. |
Gets the owner of the specified Field belonging to the specified data set.
public ItemOwners GetOwner(string dataSetName, Field field)
Type | Name | Description |
---|---|---|
string | dataSetName | A string value indicating the name of the data set. |
Field | field | A Field for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified field. |
Gets the owner of the specified Filter belonging to the specified data set.
public ItemOwners GetOwner(string dataSetName, Filter filter)
Type | Name | Description |
---|---|---|
string | dataSetName | A string value indicating the name of the data set. |
Filter | filter | A Filter for getting owner for. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified filter. |
Gets the owner of the resource using the specified culture.
public ItemOwners GetOwner(string culture, string resourceName, string resourceValue)
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. |
Type | Description |
---|---|
ItemOwners | An ItemOwners value indicating the owner of the specified resource. |