Indigo DRS Data Reporting System Indigo DRS
Report Table of Contents Indigo DRS Help

The Report Table of Contents is used to navigate Report content and can be included at the start or end of the output build.

Table of Contents (TOC) are automatically generated from the Report design and structure with options for styling and indexing.

To add or edit the Report Table of Contents click the menu Design | Table of Contents.

When enabled the Table of Contents (TOC) can be shown in HTML and / or PDF builds with various options for its location, format layout and style.

The Report Table of Contents (TOC) uses element names by default but an XQuery or Python statement can also be used to query Report Data and display an alternative output for the Report TOC.

The Build Option property controls the output of the Report by including the content in HTML and / or PDF builds.

Report Rules

Report Rules are conditional XQuery or Python expressions that determine if Report content is enabled and applied to the build. Rule based queries return a Boolean that is either True or False and can query the Report Data Source and other Report Data Contexts. Rules are used for controlling the flow, visibility and activation of reporting content.

Report Rules if empty or null by default will always return True.

Report Namespaces

Report Namespaces are used for providing uniquely named elements and attributes and is a mechanism to avoid name conflicts by differentiating elements or attributes within an XML document that may have identical names, but different definitions. If the Report Data Source contains namespaces they can be applied to the XQuery Processor.