Skip to content

Commit 82bf548

Browse files
feature(BLAZ-30829):save and load report from SQL database to pivot table blazor sample added.
1 parent b0d0d9a commit 82bf548

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ To run this application, clone the [Save-and-load-report-from-SQL-database-to-pi
1818

1919
* To connect a SQL server database to a Pivot Table using the Web API Controller (aka, MyWebService), open the **MyWebService** project in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL `https://localhost:44313`.
2020

21-
* Now open the **MyBlazorServerApp** project in Visual Studio 2022. Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally, run your project.
21+
* Now open the **MyBlazorServerApp** project in Visual Studio 2022. Initialize the Pivot Table, map the hosted URL, create a pivot report based on the given data source, and finally, run your project to perform save and load reports with the SQL database.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# How to save and load reports from a SQL Server Database to a Pivot Table
22

3-
A quick start project that shows how to save and load reports from a SQL Server database and load them into the Syncfusion Pivot Table at run time. This repository includes a ASP.NET Core Web App Controller ([MyWebService](./MyWebService/)) for saving and loading reports from a SQL server database, as well as a quick start samples in the [TypeScript](./Typescript/), [JavaScript](./Javascript/), [Angular](./Angular/), [Blazor](./Blazor/), [React](./React/), [VUE](./VUE/), ASP.NET [Core](./Core/) and [MVC](./MVC/) platforms that displays the loaded report in a Syncfusion Pivot Table.
3+
A quick start project that shows how to save and load reports from a SQL Server database and load them into the Syncfusion Pivot Table at run time. This repository includes a ASP.NET Core Web App Controller ([MyWebService](./MyWebService/)) for saving and loading reports from a SQL server database, as well as a quick start samples in the [TypeScript](./Typescript/), [JavaScript](./Javascript/), [Angular](./Angular/), [React](./React/), [VUE](./VUE/), ASP.NET [Core](./Core/), [MVC](./MVC/) and [Blazor](./Blazor/) platforms that displays the loaded report in a Syncfusion Pivot Table.

0 commit comments

Comments
 (0)