|
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
LinkDataLayers | | A Linked DataLayer allows a DataLayer to be re-used, either from the current report page, or the previous page.
To reuse a DataLayer from the calling report definition, set the report Target's LinkDataLayers attribute to "True". Then use a DataLayer.Linked element, setting Linked DataLayerID to ID of the the original DataLayer. |
Paging | Printable |
NoPaging |
Interactive |
| Control the type of paging for the report.
The default is Interactive paging, which shows InteractivePaging controls when they are defined in the report.
NoPaging removes the InteractiveControls, and shows all rows.
Printable paging activates the PrintablePaging element. |
Report | UserDefined |
CurrentReport |
| (Required) The name of a Report definition file. The default value is the current report.
For some elements, the value can be set to "CurrentReport". This builds the same report with the same data and sort order, which is especially useful when exporting reports. You cannot use "CurrentReport" within Process definitions or MasterReport elements. |
ReportShowModes | | ShowModes makes it possible to hide elements for some reports. ReportShowModes passes the ShowModes displayed within a called report.
When ReportShowModes is blank, all elements are shown. To pass ShowModes into the report, enter a comma-delimited list of ShowMode values. Any elements that have a ShowMode that includes any of those values will appear in the report. |
RequestForwarding | | Pass all request parameters to the next page.
Note that request parameters cannot be forwarded if there is an Input element with the same name, because this would result in two values getting passed with the same name.
Values from DefaultRequestValues elements are not forwarded.
Unless otherwise noted, the default is "False".
|