Hi Muhammad,
Please find the Windows Store app sample for Dashboard Viewer . Dashboard SDK is need to be installed as a prerequisite to run this sample.
To run the sample follow the below steps
1. Extract the package downloaded from the above link.
2. Start Dashboard Service in IIS Express by running the below exe from the location
<SystemPath>\AppData\Local\Syncfusion\Dashboard\Samples\Common\DashboardServiceInstaller
3. Replace the Service URL in the in MainPage.xaml.cs file
4. Run the sample.
Note: If you need to render the dashboard that is created by you. Add the sydx file in the project. And set the Build Action as Content and Copy to Output Directory Copy always
Change the sydx path to the newly attached sydx file name
If you want to render multiple dashboards in the same application. You need to increment the Dashboard.html file name in the below code. eg: while you render the second Dashboard you need to give the html file name as Dashboard (2).html.
Regards,
Sathishkumar S