Skip to content

Explore and learn Bold Reporting Services used to view, edit and preview RDL & RDLC reports.

License

Notifications You must be signed in to change notification settings

boldreports/demo-services

Repository files navigation

Bold Reporting Services

This Bold Reporting Services repository contains the ASP.NET Core Services for the Report Viewer and Report Designer controls. We have built Bold Reports demos and documentation samples using this service application.

This section guides you to use the Syncfusion Reporting Services in your applications.

Requirements to run the service

The samples requires the below requirements to run.

Using the Reporting Services

  • Open the solution file ReportsSamplesService.sln in Visual Studio.

  • The following Reports dependencies will be installed automatically at compile time.

Package Purpose
BoldReports.Web Builds the server-side implementations.
BoldReports.JavaScript contains reporting components scripts and style sheets.
BoldReports.Extensions.BarcodeCRI Used for Rendering Barcode.
  • Build and host your application in IIS.

  • After hosting in IIS, use the below services for running Reports samples.

Control Service URL
Report Viewer http://localhost/{{IIS virtual path Name}}/api/ReportViewerWebApi
Report Designer http://localhost/{{IIS virtual path Name}}/api/ReportDesignerWebApi

Testing the Reporting Services

  • Open the solution file ReportsSamplesService.sln in Visual Studio.

  • Press F5 or click the Run button in Visual Studio to launch the application.

  • Navigate to http://localhost:{{Port No}}/Samples/ReportViewer.html to test the Report Viewer service.

  • Navigate to http://localhost:{{Port No}}/Samples/ReportDesigner.html to test the Report Designer service.

Online Demos

We have showcased our Reports Services in the following Bold Reports online demos.

Documentation

A complete Syncfusion Reports documentation can be found on Bold Reports Help.

License

Refer the LICENSE file.

License key

You have to update the BoldLicense.txt with your Bold Reports license key to seamlessly run this application without any license validation errors. To know more about the Bold Reports licensing, refer the link here.

Support and Feedback