ReportDefinition

A ReportDefinition stores information about a report definition file that is used by the ReportGallery to provide a list of available reports and to create report queries.

Example

This shows an example of an XML report gallery file, which contains report nodes that are used to populate the report gallery:

 

<report id="TrafficSummary" name="Traffic Summary" filename="TrafficReports\TrafficSummary.xml"

group= "Traffic Reports" role= "ALL" />

Properties

ReportCode

A unique code to identify and load the report.

Name

The name of the report, to be used in menus.

Filename

The filename of the report definition XML file.

Group

An optional group to define the type of report, so similar reports can be grouped in a menu.

Role

An optional role code to define which uses will have access to this report, so that a role specific report menu can be created.


Click to see Comments

Help comments powered by Disqus