IAdmReportDocumentExtended

The IAdmReportDocumentExtended interface is used to configure report documents with extended formatting capabilities (e.g. PDF, HTML).

Inheritance: IAdmReportDocument

Properties

  • Property

  • Description

  • Content

  • Gets or sets a value indicating what to include in the report document.

  • MultipleTables

  • Gets or sets a value indicating whether the report document must contain a separate table for each report item or a single table for all report items.

  • Gets or sets a value indicating whether the report document must contain links to directory objects included into the report.

Details

Content

Gets or sets a value indicating what to include in the report document.


MultipleTables

Gets or sets a value indicating whether the report document must contain a separate table for each report item or a single table for all report items.

  • Type:
  • bool
  • Access:
  • Read/Write

Remarks

This property is ignored if the ADM_REPORTDOCUMENTCONTENT_TABLE flag is not set in the Content property.


Gets or sets a value indicating whether the report document must contain links to directory objects included into the report.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2018.1

See also