Hello,
How to integrate SSRS in vb. Net desktop app. I am using 2015 visual studio
Cheers
.NET ProgrammingVisual Basic.NETSSRSMicrosoft SQL ServerMicrosoft SQL Server 2005
Last Comment
RIAS
8/22/2022 - Mon
Nakul Vachhrajani
The 10,000 mile outline of what you need to do is:
1. Use the ReportViewer control
2. Store the Report Manager (WebService) URL of your reporting server somewhere
3. Store the path of the report on the Report Server in a table (alternatively, in case of pick & choose reports, you can iterate through the report directory and file list from the web-service)
3. When you want to display a report, build the Report URL (Webservice URL + Report Path) and invoke the Report Viewer control
I will try to see if I can get a tutorial for this somewhere.
RIAS
ASKER
Cheers mate! i am using desktop vb.net app ,will it work ?
1. Use the ReportViewer control
2. Store the Report Manager (WebService) URL of your reporting server somewhere
3. Store the path of the report on the Report Server in a table (alternatively, in case of pick & choose reports, you can iterate through the report directory and file list from the web-service)
3. When you want to display a report, build the Report URL (Webservice URL + Report Path) and invoke the Report Viewer control
I will try to see if I can get a tutorial for this somewhere.