Skip to content

Tutorial

Geek648 edited this page Jan 24, 2013 · 10 revisions

(to be completed)

How to use the designer

Please refer to the Create New Report page.

How to use the viewer in your application

Please refer to the Winform Viewer page.

For the simplest way to present a report to the user, it is also possible to call the viewer exe via a Shell call :

  
 ID = Shell("""C:\Fyi\RdlReader.exe"" C:\Fyi\myreport.rdl", , True, 100000)  ```  

Clone this wiki locally