IAdmReportCategoryQueries

The IAdmReportCategoryQueries interface is used to perform queries related to report categories.

Inheritance: IUnknown

The IAdmReportCategoryQueries interface is supported by report objects. To use the interface, you need to bind to a report.

Methods

  • Method

  • Description

  • GetCategories()

  • Returns an array of report categories as if the report had a generator of the given type.

  • GetCategoryIDs()

  • Returns an array of unique immutable identifiers of report categories as if the report had a generator of the given type.

  • GetCategoryGuids()

  • Returns an array of report category GUIDs as if the report had a generator of the given type.

Properties

  • Property

  • Description

  • Categories

  • Gets an array of categories the report is assigned to.

  • CategoryIDs

  • Gets unique identifiers of categories the report is assigned to.

  • CategoryGuids

  • Gets GUIDs of categories the report is assigned to.

Details

GetCategories()

Returns an array of report categories as if the report had a generator of the given type.

IAdmReportCategory[] GetCategories(ADM_REPORTGENERATORTYPE_ENUM generatorType)

GetCategoryIDs()

Returns an array of unique immutable identifiers of report categories as if the report had a generator of the given type.

string[] GetCategoryIDs(ADM_REPORTGENERATORTYPE_ENUM generatorType)

GetCategoryGuids()

Returns an array of report category GUIDs as if the report had a generator of the given type.

string[] GetCategoryGuids(ADM_REPORTGENERATORTYPE_ENUM generatorType)

Categories

Gets an array of categories the report is assigned to.


CategoryIDs

Gets unique identifiers of categories the report is assigned to.

  • Type:
  • string[]
  • Access:
  • Read-only

CategoryGuids

Gets GUIDs of categories the report is assigned to.

  • Type:
  • string[]
  • Access:
  • Read-only

Requirements

Minimum required version: 2018.1

See also