how to print report with embedded datasource in silverlight

Stimulsoft Reports.Silverlight discussion
Locked
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

how to print report with embedded datasource in silverlight

Post 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.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: how to print report with embedded datasource in silverli

Post 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.
Locked