With the Silverlight out-of browser support, you can configure your Silverlight-based application to run outside a browser.
- On the Visual Studio File menu, click New Project.
- In the New Project dialog that appears, select Silverlight Application in the list of templates.
- Specify the name and location of the project and then сlick the OK button.
- In the New Silverlight Application dialog, uncheck Host the Silverlight application in a new Web site and then click the OK button.
- From the Project menu, select YourSilverlightProject Properties.
- On the Silverlight tab, select Enable Running Application Out Of The Browser.
- Add the Silverlight Viewer control as described in the section To add the Silverlight Viewer control of Silverlight Viewer (Pro Edition).
- Bind a report by using OpenFileDialog as described in the section To bind a report to the ActiveReports Silverlight Viewer of Silverlight Viewer (Pro Edition).
- Press F5 to run the project.
See Also
Walkthroughs
Getting Started