Skip to content

Commit 605cba5

Browse files
committed
documentation(EJ2-67661): UG document to save and load report using database.
1 parent 25949d1 commit 605cba5

3 files changed

Lines changed: 13 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Save-and-load-report-from-SQL-database-to-pivot-table
22
Save and load report from SQL Server Database to a Pivot Table
3+
4+
A quick start project for connecting a SQL server database to a Syncfusion Pivot Table Save & Load Actions. This repository includes a ASP.NET Core Web App Controller (MyWebService) for performing Save & Load Actions from a SQL server database, as well as a quick start samples in the TypeScript, JavaScript, Angular, React, VUE, ASP.NET Core and MVC platforms that display the perform Save & Load Actions in a Syncfusion Pivot Table.

React/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository contains client-side React sample for syncfusion pivot table sav
99
Make sure that you have the following requirements in your machine before starting to work on the client projects.
1010

1111
* git
12+
* React
1213
* Node Package Manager (NPM suggests versions above **14+**)
1314
* Visual Studio Code (Optional)
1415
* Visual Studio 2022 (Optional)

Typescript/README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,27 @@
1-
# How to bind MSSQL database to pivot table
1+
# How to bind MSSQL database to pivot table Save & Load Actions
22

3-
## Introduction
4-
5-
This repository contains client-side Typescript sample for syncfusion pivot table save & load.
3+
A quick start project for connecting a SQL server database to a Syncfusion Pivot Table Save & Load Actions. This repository includes a ASP.NET Core Web App Controller (MyWebService) for performing Save & Load Actions from a SQL server database, as well as a quick start sample in the TypeScript platform that displays the perform Save & Load Actions in a Syncfusion Pivot Table.
64

75
## Project prerequisites
86

9-
Make sure that you have the following requirements in your machine before starting to work on the client projects.
7+
Before beginning work on the server and client projects, ensure the following software to be installed in the machine.
108

9+
* git
1110
* Node.js
1211
* TypeScript
13-
* Visual Studio Code (Optional)
14-
* Visual Studio 2022 (Optional)
15-
16-
## Guide to download
17-
18-
* To run this application, you need to clone the `Save-and-load-report-from-SQL-database-to-pivot-table` repository and then navigate to the path where it has been stored in your system.
19-
20-
* To do so, open the command prompt and run the below command.
21-
22-
```
23-
git clone https://github.com/SyncfusionExamples/Save-and-load-report-from-SQL-database-to-pivot-table
24-
25-
```
26-
27-
## Guide to Run sample
12+
* Visual Studio Code
13+
* Visual Studio 2022 and .NET Core SDK 6.0 or later installed on your machine
2814

29-
Once done with downloading, follows the steps one after the other.
15+
## How to run this application?
3016

31-
* Run **MyWebService** (Server-side) Core Api application in Visual Studio to get the API link.
17+
* To run this application, clone the [Save-and-load-report-from-SQL-database-to-pivot-table](https://github.com/SyncfusionExamples/Save-and-load-report-from-SQL-database-to-pivot-table) repository and then open MyWebService in Visual Studio 2022. Simply build and run your project in IIS Express, and it will host and display the URL 'https://localhost:44313'.
3218

33-
* Now open TypeScript platform sample in Visual Studio Code and install the necessary npm packages using the following command line script.
19+
* Now open TypeScript sample in Visual Studio Code and and install the necessary npm packages using the following command.
3420
```sh
3521
npm install
3622
```
3723

38-
* Now run your project using the following command line script.
24+
* Initialize the Pivot Table, map the hosted URL, create a pivot report, and finally run your project using the following command to achieve the desired result.
3925
```sh
4026
npm run start
4127
```

0 commit comments

Comments
 (0)