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

    The JSViewer_MVC(Core) sample demonstrates the use of the GrapeCity ActiveReports JSViewer with an ASP.NET Core back-end.

    GrapeCity ActiveReports JSViewer

    GrapeCity ActiveReports JSViewer

    Note: To run this sample, you must have

    Sample Location

    ..\WebSamples14\JsViewerSamples\JSViewer_MVC(Core)

    Details

    When you run the sample, the JSViewer opens in your browser. The viewer provides links to reports to demonstrate GrapeCity ActiveReports JSViewer with an ASP.NET Core back-end.

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

    The project consists of the following elements.

    Before publishing the sample, you must do the following.

    • In the index.html file, uncomment the following line:
      <!--<base href="/JSViewer_MVC_Core/">-->
    • Copy the sample ViewerApp folder to the publish folder.
    See Also