Report |
The ReportExecution type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionCancelReport | Action keyword to cancel a report execution | |
| ActionCommand | Name of the form parameter containing the action to perform | |
| ActionExecuteFromTrigger | Action keyword to execute a report from a trigger (restriction triggering the execution) | |
| ActionExecuteReport | Action keyword to execute a report | |
| ActionGetEnumValues | Action keyword to get the values of an enumerated list | |
| ActionGetNavigationLinks | Action keyword to get the navigation links of a report | |
| ActionGetTableData | Action keyword to get table data (page table load or server pagination) | |
| ActionLogin | Action keyword to perform a login | |
| ActionLogout | Action keyword to perform a logout | |
| ActionNavigate | Action keyword to perform a navigation (drill or sub-report) | |
| ActionRefreshReport | Action keyword to refresh the execution status of a report | |
| ActionSetUserInfo | Action keyword to set the user information (culture) | |
| ActionUpdateEnumValues | Action keyword to update the values of an enumerated list (dynamic filter) | |
| ActionUpdateViewParameter | Action keyword to update a view parameter | |
| CurrentEnumValues | Dynamic enum values selected during the report execution | |
| HtmlId_execution_guid | Html id of the input containing the execution GUID | |
| HtmlId_execution_messages | Html id of the execution messages container | |
| HtmlId_header_form | Html id of the report header form | |
| HtmlId_navigation_id | Html id of the input containing the navigation id | |
| HtmlId_navigation_menu | Html id of the navigation menu | |
| HtmlId_navigation_parameters | Html id of the input containing the navigation parameters | |
| HtmlId_progress_bar | Html id of the execution progress bar | |
| HtmlId_progress_bar_models | Html id of the progress bar dedicated to models | |
| HtmlId_progress_bar_tasks | Html id of the progress bar dedicated to tasks | |
| NavigationParameter | The parameter used if the execution was for a navigation | |
| Report | Current report being executed | |
| RootReport | Root report when navigation has occured | |
| Tag | Object that can be used at run-time for any purpose |