Hi,
I am building a Vb.net WinForms Application and I need to allow a user to select and store the path of a report on an SSRS server.
Inside the Microsoft Report Builder Tool when you select the File --> Open Report option, it loads a window that will allow you to navigate the SSRS Web Server to navigate through folders and reports. I thought I would be able to replicate the same behavior using the built-in OpenFileDialog in Vb.net however, it does not allow you to load or traverse website directories. If you try to open a site/url, an error is shown instructing you to use a different application.
Does anyone know if this is possible or if MS make the Open Report dialog available as any kind of dll/plugin?
Here is the screen I am trying to replicate.
Note, it shows a Recent Sites and Servers section and allows you to read and navigate the folders on the SSRS Server. I don;t need to open the report, simply return the path back to the parent form so it can be saved with other data.