i dont know how to get a reference to the report viewer from angular |
We can get the reference of the ReportViewer from angular js as shown in the below code example.
JS:
Please refer to the below UG documentation for more information,
| ||
i am trying to change the report parameters and refresh the report, |
We can Refresh the report or change the ReportParameter from client side(JS) to server side(WebAPI) as shown in the below code example.
JS:
WebAPi:
We have prepared the sample based on this and it can be downloaded from the below location,
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/ReportSample1001358498.zip
You can obtain the JavaScript ReportViewer samples from the below build installed location,
%userprofile%\AppData\Local\Syncfusion\EssentialStudio\version\JavaScript\reportsamples
|