A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
no SSRS Server.
No SSRS Server = no URL at all to access a non-existing SSRS Server.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I know I can specify a format paramter when I navigate to an ssrs report. But would it work if I use Report Viewer - no SSRS Server.
Thanks
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Answer accepted by question author
no SSRS Server.
No SSRS Server = no URL at all to access a non-existing SSRS Server.
Hi @mark goldin ,
You can not pass format parameters via the URL since the control is expecting on the URL to the actual reportserver and nothing more. The ReportViewerControl ReportServerURL property is a lot different than formatting a general URL to access a report.
One way you could try is to navigate a web browser control to that URL which would also render the report within your web app. I only found cases where parameters were added in this way. I'm not sure that format parameters can be set in this way.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.