AngularJS directive for the ReportViewer control.
Use the wj-report-viewer directive to add report viewer to your AngularJS applications. Note that directive and parameter names must be formatted in lower-case with dashes instead of camel-case. For example:
<wj-report-viewer paginated="true" service-url="ctx.serviceUrl" file-path="ctx.path" report-name="ctx.reportName"> </wj-report-viewer;
The wj-report-viewer directive supports the following attributes:
@
=
&
AngularJS directive for the ReportViewer control.
Use the wj-report-viewer directive to add report viewer to your AngularJS applications. Note that directive and parameter names must be formatted in lower-case with dashes instead of camel-case. For example:
The wj-report-viewer directive supports the following attributes:
@A value indicating the address of C1 Web API service.@A value indicating full path to the document on the server.@For FlexReport, sets it with the report name defined in the FlexReport definition file. For SSRS report, please leave it as empty string.=A reference to the ReportViewer control created by this directive.@A value indicating whether viewer is under full screen mode.@A value indicating the current zoom factor to show the document pages@A value indicating whether clicking and dragging with the mouse in the view panel selects text.&This event occurs after the binding has finished initializing the control with attribute values.=A value indicating whether the binding has finished initializing the control with attribute values.@A value indicating how to show the document pages.@A value indicating whether the content should be represented as set of fixed sized pages.&The pageIndexChanged event handler.&The viewModeChanged event handler.&The selectMouseModeChanged event handler.&The fullScreenChanged event handler.&The zoomFactorChanged event handler.&The queryLoadingData event handler.