|
1 | | -# How to bind MSSQL database to pivot table |
| 1 | +# How to bind MSSQL database to pivot table Save & Load Actions |
2 | 2 |
|
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. |
6 | 4 |
|
7 | 5 | ## Project prerequisites |
8 | 6 |
|
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. |
10 | 8 |
|
| 9 | +* git |
11 | 10 | * Node.js |
12 | 11 | * 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 |
28 | 14 |
|
29 | | -Once done with downloading, follows the steps one after the other. |
| 15 | +## How to run this application? |
30 | 16 |
|
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'. |
32 | 18 |
|
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. |
34 | 20 | ```sh |
35 | 21 | npm install |
36 | 22 | ``` |
37 | 23 |
|
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. |
39 | 25 | ```sh |
40 | 26 | npm run start |
41 | 27 | ``` |
0 commit comments