|
ExportFilename | | By default, export files (e.g. .pdf, .xls, .csv, .doc) get a randomly generated GUID string for the filename. Set a name in ExportFilename to have a specific, more meaningful filename. |
FrameID | UserDefined |
Top |
Self |
Parent |
NewWindow |
| Sets the Frame for the target page. Leave blank for the current browser window, or enter NewWindow to open a new browser window. You can also specify an existing FrameID to re-use the same window for each request. |
ID | | 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. |
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".
|
TemplateDefinition | | The name of a Template definition file. |