ActiveReports 18 .NET Edition
Samples / Web Samples / JSViewer Samples / JSViewer Angular(Core)
In This Topic
    JSViewer Angular(Core)
    In This Topic

    The JSViewer_Angular(Core) sample demonstrates the use of the ActiveReports JSViewer with an Angular 8 app and ASP.NET Core back-end.

    ActiveReports JSViewer

    Note: To run this sample, you must have

    Sample Location

    https://github.com/activereports/WebSamples18/tree/main/JSViewer_Angular_Core

    Details

    When you run the sample, the default page appears in your browser. This page provides links to reports that demonstrate the use of the ActiveReports JSViewer with an Angular 7 app and ASP.NET Core back-end.

    Clicking the report link in the left panel opens the report for preview. You can preview the following reports.

    NoteThe timeout error sometimes appears on running the JSViewer_Angular(Core) sample with default settings. In this case, you should increase the connection timeout period. See Troubleshooting for details on how to resolve this issue.

    The project consists of the following elements.

    Before publishing the sample, you must do the following.

    • In the JSViewer_Angular(Core).csproj file, set the PublishToIIS property to true as follows:
      <PublishToIIS>true</PublishToIIS>
    • Copy the sample ViewerApp folder to the publish folder.