IAdmReportDocumentFactory

The IAdmReportDocumentFactory interface is used to create report documents.

Inheritance: IUnknown

To use the IAdmReportDocumentFactory interface, you need to bind to the Reports container using the "ReportsRoot" alias.

Methods

  • Method

  • Description

  • CreateDocument()

  • Creates a report document of the given type containing data of the given report.

Details

CreateDocument()

Creates a report document of the given type containing data of the given report.

IAdmReportDocument CreateDocument(ADM_REPORTDOCUMENTTYPE_ENUM documentType, IAdmReport report)

Parameters

  • documentType - Specifies the type of document.
  • report - Specifies the report for which to create a document.

Requirements

Minimum required version: 2018.1

See also