punkouter
punkouter

Reputation: 5356

Creating reports in Silverlight 4. (PDF/Word export) What are the main options?

From my research it seems like the main option is to call up a HTML page from your Silverlight application and print from there.. So to use SSRS or Telerik Reporting for example.

Is there anyway to just print and export to PDF/Word from inside the Silverlight application ?

What options can I look into ?

Upvotes: 0

Views: 988

Answers (1)

AnthonyWJones
AnthonyWJones

Reputation: 189437

One option would be to print directly from Silverlight 4. You might create UserContols whose express purpose is to be a component that you use when generating Report pages.

Upvotes: 1

Related Questions