Contact Support
ASP.NET Web Forms Application
This section describes how to create Syncfusion Dashboard Viewer ASP.NET Web Forms
application using Visual Studio project template.
Following are the steps to create the Syncfusion Dashboard Viewer ASP.NET web Form
site.
Step 1. Select File
> New
> Project
.
Step 2. Choose Templates
> Visual C#
> Syncfusion Dashboard Viewer ASP.NET
.
Step 3. Enter a name in the name field to create Syncfusion Dashboard Viewer ASP.NET web Form
site.
Step 4. Click OK to open the ASP.NET project configuration wizard.
Project configuration
Choose the options to configure the Syncfusion Dashboard Viewer ASP.NET Web Form application by using following project configuration dialog.
Assets From:
This drop-down list has an origin of the Dashboard viewer resource files that are downloaded from the selected option for this application.
Languages:
This drop-down is used to select the language of this application either in C# or VB.
Service URL:
Denotes URL of dashboard service that will be used for processing the viewer dashboard file.
Dashboard Path:
Denotes the dashboard file path which should be accessible with the given dashboard service link. If the dashboard service is hosted locally, then the dashboard file path should be an absolute location of the local machine. If the dashboard service is hosted on the remote machine, then the dashboard file path should be accessible at the given dashboard service.
For example,
http://IPaddress:port/MySampleDashboard.sydx
Step 5. When you click Create
button, the Syncfusion Dashboard Viewer ASP.NET MVC application is created with required reference Syncfusion Dashboard Viewer Assembly reference
and the resources Scripts and CSS
are added to the project.
Step 6. Compile and execute the application, you can see the following output in the browser.