@@ -104,6 +104,7 @@ export class AppComponent {
104
104
{ name: ' setAuthenticationToken' , commandName: ' setAuthenticationToken' , commandValue: ' Sample Authentication Token' },
105
105
{ name: ' printReport' , commandName: ' printReport' },
106
106
{ name: ' toggleSearchWindow' , commandName: ' toggleSearchWindow' },
107
+ { name: ' toggleAiPromptWindow' , commandName: ' toggleAiPromptWindow' },
107
108
]
108
109
109
110
public execute(commandName : string , commandValue ? : any ): void {
@@ -119,18 +120,20 @@ export class AppComponent {
119
120
| navigateBackward| none| Goes back to the previously rendered report from history.|
120
121
| navigateForward| none| Goes forward to the previously rendered report from history.|
121
122
| refreshReport| none| Refreshes the report.|
123
+ | stopRendering| none| Stops the current report rendering.|
122
124
| navigateToFirstPage| none| Goes to the first page of the report.|
123
125
| navigateToPrevPage| none| Goes to the previous page of the report.|
124
126
| navigateToNextPage| none| Goes to the next page of the report.|
125
127
| navigateToLastPage| none| Goes to the last page of the report.|
126
128
| setViewMode| none| Toggles between Print Preview and Interactive view modes.|
127
129
| setScaleMode| An object with ` scaleMode ` (and ` scale ` for'specific' scale mode is used)| Changes the viewer's scaleMode|
128
- | setReportSource| An object with ` report ` and ` parameters ` properties| Changes the report souce and refreshes the viewer.|
130
+ | setReportSource| An object with ` report ` and ` parameters ` properties| Changes the report source and refreshes the viewer.|
129
131
| setAuthenticationToken | authentication token| A bearer token to be added in the Authorization token of each request|
130
132
| exportReport| rendering extension name| Exports the report, using the respective rendering extension name.|
131
133
| printReport| none| Triggers the report printing.|
132
134
| toggleDocumentMap| none| Shows or hides the document map.|
133
135
| toggleParametersSection| none| Shows or hides the parameters area.|
134
136
| toggleSearchWindow| none| Shows or hides the search dialog.|
137
+ | toggleAiPromptWindow| none| Shows or hides the AI prompt dialog.|
135
138
| zoomIn| none| Zoom-in the report.|
136
139
| zoomOut| none| Zoom-out the report.|
0 commit comments