I am using Silverlight to design my web application and want to server up PDF reports to customers. Currently i am using a indirect way of creating the reports by opening a ASPX page in a popup, the popup contains the Crystal Reports viewer that generates the report in a PDF that is then displayed to the client. I want to invoke the crystal reports file from within my Silverlight application. Is this possible ? If so how can i do this ?
Kind Regards,
Answer: 1
Silverlight does not have a report viewer control for Crystal reports. However, there are two options:
- Launch another browser window from Silverlight and open the report in new ASPX page (what you did), or
- Embed a new web page that hosts report viewer control inside the web page that hosts Silverlight application.
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog