Element Details: Target.Export+Word+Or+Excel
 Back


Available in: Logi Info Source code name: Target.Export

Target.Export causes the report to be generated in a format other than HTML.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
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
UserDefined
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.
KeepShowElements
True
False
KeepShowElements works with Action.ShowElements so that items that have been shown or hidden by the user remain that way when the report is re-displayed or exported. Set KeepShowElements to True for report exports so that those elements that were originally hidden but then shown by the user with an Action.ShowElement get included in the export. Alternatively, any elements hidden by the user will not be exported. KeepShowElements also works from Process definitions so that if the user is returned to the original calling report, the same elements remain visible. The default value for KeepShowElements is False.
Report
UserDefined
CurrentReport
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.
ReportFormat
Word
Excel
(Required) The report output format.
ReportShowModes
UserDefined
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
True
False
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".



PARENT ELEMENTS

Click element to drill down for more information.

Action.Export Word Or Excel


CHILD ELEMENTS

Click element to drill down for more information.

Wait Panel


 Back to top


 Chart Debug