You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to bind MSSQL database to pivot table Save & Load Actions
2
2
3
-
## Introduction
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 JavaScript platform that displays the loaded report in a Syncfusion Pivot Table.
4
4
5
-
This repository contains client-side Javascript sample for syncfusion pivot table save & load.
5
+
## Project prerequisites
6
6
7
-
## Prerequesties software
7
+
Before beginning work on the server and client projects, ensure the following software to be installed in the machine.
8
8
9
-
Make sure that you have the following requirements in your machine before starting to work on the client projects.
9
+
*[git](https://git-scm.com/downloads)
10
+
*[Node.js](https://nodejs.org/en/)
11
+
*[Visual Studio Code](https://code.visualstudio.com/)
12
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine
10
13
11
-
* git
12
-
* Visual Studio Code (Optional)
13
-
* Visual Studio 2022 (Optional)
14
+
## How to run this application?
14
15
15
-
## Guide to download
16
+
* 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'.
16
17
17
-
* 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.
18
-
19
-
* To do so, open the command prompt and run the below command.
Once done with downloading, follows the steps one after the other.
29
-
30
-
* Run **MyWebService** (Server-side) Core Api application in Visual Studio to get the API link.
31
-
32
-
* Now open the Javascript pivot-table sample and Open the `index.html` file in browser page.
18
+
* Now open JavaScript sample in Visual Studio Code. Initialize the Pivot Table, map the hosted URL,create a pivot report, and finally, open the **index.html** file in your browser to run your project.
Save and load report from SQL Server Database to a Pivot Table
1
+
# Save and load report from SQL database to a Pivot Table
3
2
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.
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/) and [MVC](./MVC/) platforms that displays the loaded report in a Syncfusion Pivot Table.
# How to bind MSSQL database to pivot table Save & Load Actions
2
2
3
-
## Introduction
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 React platform that displays the loaded report in a Syncfusion Pivot Table.
4
4
5
-
This repository contains client-side React sample for syncfusion pivot table save & load.
5
+
## Project prerequisites
6
6
7
-
## Prerequesties software
7
+
Before beginning work on the server and client projects, ensure the following software to be installed in the machine.
8
8
9
-
Make sure that you have the following requirements in your machine before starting to work on the client projects.
9
+
*[git](https://git-scm.com/downloads)
10
+
*[Node.js](https://nodejs.org/en/)
11
+
*[React](https://reactjs.org/)
12
+
*[Visual Studio Code](https://code.visualstudio.com/)
13
+
*[Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) and [.NET Core SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later installed on your machine.
* 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'.
18
18
19
-
*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
+
*Now open React sample in Visual Studio Code andand install the necessary npm packages using the following command.
20
20
21
-
* To do so, open the command prompt and run the below command.
Once done with downloading, follows the steps one after the other.
31
-
32
-
* Run **MyWebService** (Server-side) Core Api application in Visual Studio to get the API link.
33
-
34
-
* Now open React platform sample in Visual Studio Code and install the necessary npm packages using the following command line script.
35
21
```sh
36
22
npm install
37
23
```
38
24
39
-
* Now run your project using the following command line script.
25
+
* 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.
0 commit comments