in "WCF_SLViewer and WCF_SLViewer.Web" Sample , How can load Data from SQL Database instead of Demo.xml .
is it possible in Stimulsoft Silverlight Report Viewer to load Data from SQL Database and Show it on Client Side ?
Can you Send me a Sample ?
silverlight SLViewer Get data from SQL instead Demo.xml
Re: silverlight SLViewer Get data from SQL instead Demo.xml
Hello.
You should use next code:
Thank you.
You should use next code:
Code: Select all
report.Dictionary.Databases.Clear();
report.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiSqlDatabase("Connection", newConnectionString));
Re: silverlight SLViewer Get data from SQL instead Demo.xml
You Solved My Problem . Thanks .
Re: silverlight SLViewer Get data from SQL instead Demo.xml
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.