{"id":18545630,"url":"https://github.com/boldreports/demo-services","last_synced_at":"2025-06-21T20:02:51.538Z","repository":{"id":36483640,"uuid":"219472362","full_name":"boldreports/demo-services","owner":"boldreports","description":"Explore and learn Bold Reporting Services used to view, edit and preview RDL \u0026 RDLC reports.","archived":false,"fork":false,"pushed_at":"2025-04-17T06:18:29.000Z","size":55431,"stargazers_count":7,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-21T20:02:07.947Z","etag":null,"topics":["aspnet-web-api","bold-reports","designing-reports","embedded-reporting","rdl","rdlc","report-builder","report-deisgner","report-viewer","reporting-tools","ssrs","syncfusion"],"latest_commit_sha":null,"homepage":"https://reports.syncfusion.com/home/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boldreports.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-04T10:14:03.000Z","updated_at":"2025-04-17T06:18:36.000Z","dependencies_parsed_at":"2025-02-10T14:36:16.377Z","dependency_job_id":"4d7acd28-395a-4609-81f3-374b8f20c36c","html_url":"https://github.com/boldreports/demo-services","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boldreports/demo-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldreports%2Fdemo-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldreports%2Fdemo-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldreports%2Fdemo-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldreports%2Fdemo-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boldreports","download_url":"https://codeload.github.com/boldreports/demo-services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldreports%2Fdemo-services/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261186370,"owners_count":23121937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-web-api","bold-reports","designing-reports","embedded-reporting","rdl","rdlc","report-builder","report-deisgner","report-viewer","reporting-tools","ssrs","syncfusion"],"created_at":"2024-11-06T20:21:20.563Z","updated_at":"2025-06-21T20:02:46.524Z","avatar_url":"https://github.com/boldreports.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bold Reporting Services\n\nThis Bold Reporting Services repository contains the [ASP.NET Core Services](https://help.boldreports.com/embedded-reporting/javascript-reporting/report-viewer/report-service/create-aspnet-core-web-api-service/) for the `Report Viewer` and `Report Designer` controls. We have built Bold Reports demos and documentation samples using this service application.\n\nThis section guides you to use the Syncfusion Reporting Services in your applications.\n\n* [Requirements to run the service](#requirements-to-run-the-service)\n* [Using the Reporting Services](#using-the-reporting-services)\n* [Testing the Reporting Services](#testing-the-reporting-services)\n* [Online Demos](#online-demos)\n* [Documentation](#documentation)\n* [License](#license)\n* [License key](#license-key)\n* [Support and Feedback](#support-and-feedback)\n\n## Requirements to run the service\n\nThe samples requires the below requirements to run.\n\n* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)\n* .Net Framework 4.5 and above\n\n## Using the Reporting Services\n\n* Open the solution file `ReportsSamplesService.sln` in Visual Studio.\n\n* The following Reports dependencies will be installed automatically at compile time.\n\nPackage | Purpose\n--- | ---\n`BoldReports.Web` | Builds the server-side implementations.\n`BoldReports.JavaScript` | contains reporting components scripts and style sheets.\n`BoldReports.Extensions.BarcodeCRI` | Used for Rendering Barcode.\n\n* Build and host your application in IIS.\n\n* After hosting in IIS, use the below services for running Reports samples.\n\nControl | Service URL\n--- | ---\n`Report Viewer` | `http://localhost/{{IIS virtual path Name}}/api/ReportViewerWebApi`\n`Report Designer` | `http://localhost/{{IIS virtual path Name}}/api/ReportDesignerWebApi`\n\n## Testing the Reporting Services\n\n* Open the solution file `ReportsSamplesService.sln` in Visual Studio.\n\n* Press `F5` or click the `Run` button in Visual Studio to launch the application.\n\n* Navigate to `http://localhost:{{Port No}}/Samples/ReportViewer.html` to test the Report Viewer service.\n\n* Navigate to `http://localhost:{{Port No}}/Samples/ReportDesigner.html` to test the Report Designer service.\n\n## Online Demos\n\nWe have showcased our Reports Services in the following Bold Reports online demos.\n\n* [Bold Report JavaScript Reports demos](https://demos.boldreports.com/home/index.html)\n* [Bold Reports Angular Reports demos](https://demos.boldreports.com/home/angular.html)\n* [Bold Reports ASP.NET MVC Reports demos](https://demos.boldreports.com/home/aspnet-mvc.html)\n* [Bold Reports ASP.NET WebForms Reports demos](https://demos.boldreports.com/home/aspnet-web-forms.html)\n\n## Documentation\n\nA complete Syncfusion Reports documentation can be found on [Bold Reports Help](https://documentation.boldreports.com/).\n\n## License\n\nRefer the [LICENSE](/LICENSE) file.\n\n## License key\n\nYou 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](https://documentation.boldreports.com/licensing/).\n\n## Support and Feedback\n\n* For any other queries, reach our [Bold Reports support team](mailto:support@boldreports.com) or [Feedback portal](https://www.boldreports.com/feedback/).\n\n* To renew the subscription, click [here](https://www.boldreports.com/pricing/on-premise) or contact our sales team at \u003chttps://www.boldreports.com/contact\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldreports%2Fdemo-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboldreports%2Fdemo-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldreports%2Fdemo-services/lists"}