ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Samples / Web Samples / JSViewer Angular(Core)
In This Topic
    JSViewer Angular(Core)
    In This Topic

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

    GrapeCity ActiveReports JSViewer

    GrapeCity ActiveReports JSViewer

    Note: To run this sample, you must have

    Sample Location

    ..\WebSamples14\JsViewerSamples\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 GrapeCity 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.
    See Also