Click or drag to resize

NavigationLink Fields

The NavigationLink type exposes the following members.

Fields
 NameDescription
Public fieldCell Result cell from which the navigation is done
Public fieldStatic memberFileDownloadPrefix Prefix used for a file download navigation
Public fieldHref Link href
Public fieldStatic memberHyperLinkPrefix Prefix used for a hyperlink navigation
Public fieldParameters Optional parameters that can be used in the navigation script (e.g. form values for a custom script)
Public fieldReport Current report
Public fieldStatic memberReportExecutionPrefix Prefix used for a report execution navigation
Public fieldStatic memberReportScriptPrefix Prefix used for a report script navigation
Public fieldRequest Current Request that can be used in the Navigation Script (e.g. getting a file upload)
Public fieldScriptResult The result expected after the navigation script is executed For File Download: the file path
Public fieldTag User defined tag that may be used in the Navigation Script to identify the link
Public fieldText Text of the link displayed to the user
Public fieldType Type of the navigation link
Top
See Also