IAdmReportOverviewBuilder

The IAdmReportOverviewBuilder interface is used to build report overviews.

Inheritance: IUnknown

Methods

Details

CreateMainSectionItemBuilder()

Returns the IAdmReportOverviewItemBuilder interface used to build a report overview item with the given index in the Main section.

IAdmReportOverviewItemBuilder CreateMainSectionItemBuilder(int itemIndex)

Parameters

The itemIndex parameter specifies the index of the report overview item in the IAdmReportOverview::MainReports array.


CreateSidebarItemBuilder()

Returns the IAdmReportOverviewItemBuilder interface used to build a report overview item with the given index in the Sidebar section.

IAdmReportOverviewItemBuilder CreateSidebarItemBuilder(int itemIndex)

Parameters

The itemIndex parameter specifies the index of the report overview item in the IAdmReportOverview::SidebarReports array.


Requirements

Minimum required version: 2018.1

See also