For customer who wish to export report to PDF or Excel programmatically.
The ExportReport() function will export selected report to a PDF or Excel file and store the file at specified directory path. This feature only available in version 3.0.2360 hotfix 1 and up. Please note the ExportReport() is in Services.asmx, not in the usual Analyzer2005.asmx.
1. Please download the sample project TestWebService.7z below. The unzip password is "test".
2. Run TestWebServices under TestWebService\bin\debug
3. Enter location of the WebService URL, user name, password, report ID and target location. Click Start button to begin export.
0 Comments