Report Definition
The report, including its custom UI form or forms, its query specification, and its results contents and layout, is specified as a part of the TaskDefinition's attributes map with the attribute key "report." The value for this attribute is a <LiveReport> element.
<Attributes>
<Map>
<entry key="report">
<value>
<LiveReport title="Uncorrelated Accounts Report">
Elements within <LiveReport> determine the report filters that can be specified by a report user, the query used to retrieve the data for the report, the layout of the report detail grid, and the contents and layout of the report's summary table and chart. The nested elements within <LiveReport> are:
Element |
Description |
ReportForm |
Determines how the report-specific parameters sections are presented to the user in the Edit Report window (see ReportForm: Collecting Report-Specific Parameters) |
DataSource |
Specifies how the data for the report details is retrieved from the database (see DataSource: Retrieving Report Data) |
Columns |
Lists columns available for inclusion in the report detail grid; also used in conjunction with DataSource to determine which data elements are retrieved in the query (see Columns/ReportColumnConfig: Report Grid Presentation) |
ReportSummary |
Describes the Summary section of the report - information included, query to retrieve it, layout and labels for presentation of it (see ReportSummary: Summary Table) |
Chart |
Defines the graph or chart displayed in the Summary section for the report (see Chart: Report Graph) |
For more information, see: