| Name | Description | |
|---|---|---|
![]() | WebReportViewerMVCOptions Constructor | Configuration for the React-based component that shows reports in the browser, supporting all major browsers, operating systems and mobile devices. |
The following tables list the members exposed by WebReportViewerMVCOptions.
| Name | Description | |
|---|---|---|
![]() | WebReportViewerMVCOptions Constructor | Configuration for the React-based component that shows reports in the browser, supporting all major browsers, operating systems and mobile devices. |
| Name | Description | |
|---|---|---|
![]() | AuthToken | JWT token that should be used in connection with AuthType when using combit.Reporting.Web.WebReportAuthenticationType.JWT. |
![]() | AuthType | Set this property to change the type of authentification that should be used by the Web Report Viewer. If using combit.Reporting.Web.WebReportAuthenticationType.JWT be sure to also set AuthToken to the specific JWT token. |
![]() | BackendUrl | If your backend is running on an other URL than the frontend is hosted, then you can set the backend URL here. |
![]() | ClientData | Gets a custom string that can be set via the <ll-webreportviewer clientData="..."> attribute for the external embedded web component, such as when integrating the Web Report Viewer in external frameworks (e.g., React or Angular). It can also be set with the ClientData property when using the MVC helper method. This property allows passing arbitrary client-specific data from the frontend to the server-side context of the Web Report Viewer. Typical use cases include passing an authentication key (authKey) or specifying the List & Label language directly from the frontend instead of the backend. The value can be set in the JavaScript integration code, for example: // React example <ll-webreportviewer clientData="myCustomValue" ... /> // Angular example <ll-webreportviewer [clientData]="myCustomValue" ...></ll-webreportviewer> |
![]() | DefaultProject | Set this property to define a project which should be opened in the Web Report Viewer. |
![]() | EnableSinglePreview | When set to true, the preview disables the default multi-page view, which prevents the preview from displaying multiple pages horizontally. |
![]() | Theme | Custom theming settings for your Web Report Viewer. |
![]() | Title | Set this property to change the HTML page title for the Web Report Viewer page. |