Click or drag to resize

ReportExecution Fields

The ReportExecution type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberActionCancelReport Action keyword to cancel a report execution
Public fieldStatic memberActionCommand Name of the form parameter containing the action to perform
Public fieldStatic memberActionExecuteFromTrigger Action keyword to execute a report from a trigger (restriction triggering the execution)
Public fieldStatic memberActionExecuteReport Action keyword to execute a report
Public fieldStatic memberActionGetEnumValues Action keyword to get the values of an enumerated list
Public fieldStatic memberActionGetNavigationLinks Action keyword to get the navigation links of a report
Public fieldStatic memberActionGetTableData Action keyword to get table data (page table load or server pagination)
Public fieldStatic memberActionLogin Action keyword to perform a login
Public fieldStatic memberActionLogout Action keyword to perform a logout
Public fieldStatic memberActionNavigate Action keyword to perform a navigation (drill or sub-report)
Public fieldStatic memberActionRefreshReport Action keyword to refresh the execution status of a report
Public fieldStatic memberActionSetUserInfo Action keyword to set the user information (culture)
Public fieldStatic memberActionUpdateEnumValues Action keyword to update the values of an enumerated list (dynamic filter)
Public fieldStatic memberActionUpdateViewParameter Action keyword to update a view parameter
Public fieldCurrentEnumValues Dynamic enum values selected during the report execution
Public fieldStatic memberHtmlId_execution_guid Html id of the input containing the execution GUID
Public fieldStatic memberHtmlId_execution_messages Html id of the execution messages container
Public fieldStatic memberHtmlId_header_form Html id of the report header form
Public fieldStatic memberHtmlId_navigation_id Html id of the input containing the navigation id
Public fieldStatic memberHtmlId_navigation_menu Html id of the navigation menu
Public fieldStatic memberHtmlId_navigation_parameters Html id of the input containing the navigation parameters
Public fieldStatic memberHtmlId_progress_bar Html id of the execution progress bar
Public fieldStatic memberHtmlId_progress_bar_models Html id of the progress bar dedicated to models
Public fieldStatic memberHtmlId_progress_bar_tasks Html id of the progress bar dedicated to tasks
Public fieldNavigationParameter The parameter used if the execution was for a navigation
Public fieldReport Current report being executed
Public fieldRootReport Root report when navigation has occured
Public fieldTag Object that can be used at run-time for any purpose
Top
See Also