Displaying Web Reports from Content Sites

Web Reports accepts a report format that can display reports from content sites, allowing new reports to be added, edited, or removed by Fixlet actions or tasks.

There are three basic report types: External, Template, and Custom. The report file must be a valid XML file with an extension of .beswrpt or .webreport.

The Name tag corresponds to the same-named columns in Report listings.

The contents and the existence of the URLParameters and Data tags depend on the Type tag. The Type tag can be one of three case-sensitive strings: TemplateReport, CustomReport, or ExternalReport.

The .beswrpt file can also contain multiple reports in a single XML file:

<BESWebReports>
  <BESWebReport>
   .
   .
   .
  </BESWebReport>
  <BESWebReport>
   .
   .
   .
  </BESWebReport>
 </BESWebReports>