Skip to content

Commit 9b3b945

Browse files
todorarabadzhievmzanev
authored andcommitted
Update commands.md (#1759)
* Update commands.md * Update commands.md * Update events.md * Update events.md * Update commands.md * Update properties.md * Update properties.md --------- Co-authored-by: Momchil Zanev <[email protected]>
1 parent 657ed41 commit 9b3b945

File tree

5 files changed

+19
-2
lines changed
  • embedding-reports/display-reports-in-applications/web-application

5 files changed

+19
-2
lines changed

embedding-reports/display-reports-in-applications/web-application/angular-report-viewer/api-reference/properties.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following table is a list of all commands:
4747
| ------ | ------ | ------ |
4848
|historyBack|none|Goes back to the previously rendered report from history.|
4949
|historyForward|none|Goes forward to the previously rendered report from history.|
50+
|stopRendering|none|Stop the rendering of the current report at the first possible moment.|
5051
|refresh|none|Refreshes the report.|
5152
|goToFirstPage|none|Goes to the first page of the report.|
5253
|goToPrevPage|none|Goes to the previous page of the report.|
@@ -64,3 +65,5 @@ The following table is a list of all commands:
6465
|toggleZoomMode|none|Changes the zoom mode of the report.|
6566
|toggleSideMenu|none|Shows or hides the side menu.|
6667
|toggleSearchDialog|none|Shows or hides the search dialog.|
68+
|toggleSendEmailDialog|none|Shows or hides the Send Email dialog.|
69+
|toggleAiPromptDialog|none|Shows or hides the AI Prompt dialog.|

embedding-reports/display-reports-in-applications/web-application/html5-report-viewer/api-reference/reportviewer/properties/commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $('#printButton').click(function () {
3434
});
3535
````
3636

37-
The example above selects an HTML element with the __printButton__ id using jQuery and in the click event handler invokes report viewer __print__ command. Note that the __exec()__ method of the command needs to be called. For more information please check the command article.
37+
The example above selects an HTML element with the __printButton__ id using jQuery and, in the click event handler, invokes the report viewer __print__ command. Note that the __exec()__ method of the command needs to be called. For more information, please check the command article.
3838

3939
The following table is a list of all commands:
4040

@@ -60,6 +60,8 @@ The following table is a list of all commands:
6060
|toggleZoomMode|none|Changes the zoom mode of the report.|
6161
|toggleSideMenu|none|Shows or hides the side menu.|
6262
|toggleSearchDialog|none|Shows or hides the search dialog.|
63+
|toggleSendEmailDialog|none|Shows or hides the Send Email dialog.|
64+
|toggleAiPromptDialog|none|Shows or hides the AI Prompt dialog.|
6365

6466
## See Also
6567

embedding-reports/display-reports-in-applications/web-application/native-angular-report-viewer/api-reference/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ import { ReportingAngularViewerComponent } from '@progress/telerik-angular-nativ
657657

658658
### reportVersionMismatch
659659

660-
The `reportVersionMismatch` event will be emitted when there is mismatch between the version of the viewer and the reporting service.
660+
The `reportVersionMismatch` event will be emitted when there is a mismatch between the version of the viewer and the reporting service.
661661

662662
````HTML
663663
<reporting-angular-viewer

embedding-reports/display-reports-in-applications/web-application/native-blazor-report-viewer/api-reference/commands.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ For example, the `Refresh` and `Export` commands of the current report can be tr
138138
Shows or hides the search dialog.
139139
</td>
140140
</tr>
141+
<tr>
142+
<td>AiPrompt</td>
143+
<td>
144+
None
145+
</td>
146+
<td>
147+
Shows or hides the AI prompt dialog.
148+
</td>
149+
</tr>
141150
<tr>
142151
<td>SetAuthenticationToken</td>
143152
<td>

embedding-reports/display-reports-in-applications/web-application/react-report-viewer/api-reference/properties.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following table is a list of all commands:
4646
| ------ | ------ | ------ |
4747
|historyBack|none|Goes back to the previously rendered report from history.|
4848
|historyForward|none|Goes forward to the previously rendered report from history.|
49+
|stopRendering|none|Stop the rendering of the current report at the first possible moment.|
4950
|refresh|none|Refreshes the report.|
5051
|goToFirstPage|none|Goes to the first page of the report.|
5152
|goToPrevPage|none|Goes to the previous page of the report.|
@@ -63,3 +64,5 @@ The following table is a list of all commands:
6364
|toggleZoomMode|none|Changes the zoom mode of the report.|
6465
|toggleSideMenu|none|Shows or hides the side menu.|
6566
|toggleSearchDialog|none|Shows or hides the search dialog.|
67+
|toggleSendEmailDialog|none|Shows or hides the Send Email dialog.|
68+
|toggleAiPromptDialog|none|Shows or hides the AI Prompt dialog.|

0 commit comments

Comments
 (0)