Page 1 of 1

how to print report with embedded datasource in silverlight

Posted: Tue Jan 07, 2014 6:09 am
by AbdulAleem
Hi,
My requirement is to print a report which contains Sqlserver connection,Sqlserver database query(data source) embedded into it ,
by using silverlight.
Please provide me a C# sample for the above requirement.

Thanks,
Abdul Aleem.

Re: how to print report with embedded datasource in silverli

Posted: Thu Jan 09, 2014 7:19 am
by HighAley
Hello.
AbdulAleem wrote:My requirement is to print a report which contains Sqlserver connection,Sqlserver database query(data source) embedded into it ,
by using silverlight.
Please provide me a C# sample for the above requirement.
It's impossible to do in pure Silverlight. But you could use Client/Server version or WCF.
You could find sample for WCF in \Samples\Silverlight\CSharp\WCF\WCFHelper\Helpers\ folder of our distributive.
And the code of adding SQL connection in our KnowledgeBase.

Thank you.