What are the reporting capabilities of LightSwitch? Will 3rd party controls be needed or will Microsoft offer integration with Reporting Services?

link|improve this question

feedback

7 Answers

up vote 9 down vote accepted

DevExpress has a pure LightSwitch reporting tool. It includes:

  • Native Entity and Query Binding
  • Native LS Report Screen
  • Asynchronous Data Fetch (makes it more responsive)

Here is some information:

Hope this helps!

link|improve this answer
feedback

In addition to Michael's suggestion:

Derek @ Spursoft Solutions has an SSRS Control here:
http://archive.msdn.microsoft.com/SpursoftLSControls

There is also an interesting article that I would recommend reading here: http://tejana.wordpress.com/2011/04/29/microsoft-lightswitch-printing-html/

link|improve this answer
feedback

I've uploaded an example of implementing reporting using the XtraReports LightSwitch extension here

Here is the blog post on how to do this.

link|improve this answer
feedback

Taken from Michael's blog

DevExpress released a free reporting control for LightSwitch. And this is excelent news.

link|improve this answer
feedback

If you decide to settle for a 3rd party reporting, check out Telerik Reporting - there is a blog on how to use its Silverlight report viewer in LightSwtich.

There are a few considerations, which could be considered drawbacks depending on your case:

  • Local binding is not possible currently, since the reports are generated server-side and only previewed on the Silverlight client.
  • Telerik Reporting does not offer an end-user report designer yet, so it is still a pure developer solution.

I hope this helps...

link|improve this answer
feedback

Here is blog which gives detailed steps on how Active Reports can be used with Light Switch.It also includes a a working sample.

http://blogs.gcpowertools.co.in/2011/08/how-to-show-report-created-with-active.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.