This sample illustrates how you can print or export a report from code in a Silverlight application.
The solution has the following projects:
- E3422: a Silverlight client application.
- E3422.Web: a web application hosting the Silverlight client and the ReportService.
- Reports: contains application reports (in this example, it is the SampleReport class).
- ReportServiceClientTools: utility classes to work with the ReportService from code.