IAdmReportOverviewItem

The IAdmReportOverviewItem interface is used to configure a report overview item.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • Report

  • Gets or sets the report represented by the report overview item.

  • CustomTitle

  • Gets or sets an optional title for the report overview item.

  • Type

  • Gets or sets the type of chart displayed in the report overview item.

  • ReportArguments

  • Gets or sets arguments for generation of the report specified in the Report property.

  • RelatedReports

  • Gets or sets an array of reports related to the report overview item.

Details

Report

Gets or sets the report represented by the report overview item.


CustomTitle

Gets or sets an optional title for the report overview item.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If this property is not set, the name of the report specified in the Report property is used as the title of the report overview item.


Type

Gets or sets the type of chart displayed in the report overview item.

Remarks

This property is ignored if the report overview item is displayed in the Related reports section.


ReportArguments

Gets or sets arguments for generation of the report specified in the Report property.


RelatedReports

Gets or sets an array of reports related to the report overview item.

Remarks

This property is ignored if the report overview item is displayed in the Related reports section.


Requirements

Minimum required version: 2018.1

See also