Report Viewer
The WireBootstrap SSRS Component prepares a URL with parameters to the ReportViewer.aspx page located in the download project.
The ReportViewer.aspx page contains the SSRS Report Viewer Control which is an ASP.NET web server control that renders the contents of the report.
These components run on the server and can be set up at any end point. This includes directly inside a custom web application as is the case with the download project.
The WireBootstrap SSRS Component handles the rendering of the Report Viewer page inside the component on a custom web page. Use the reportViewerUrl property of the WireBootstrap SSRS Component to register the location of the Report Viewer page with the component. This can be a relative path or an absolute path to the Report Viewer page hosted on another site or server.
web.config
The Report Viewer page reads the following server-side properties from the web.config
file in its project. Its uses these values in conjunction with the ones set on the client when rendering the WireBootstrap SSRS component.
ReportServerUrl
The URL to the report server
ReportServerUserName
Optional. The user name to send to the reporting service for rendering reports.
ReportServerPassword
Optional. The password to send to the reporting service for rendering reports.
ReportServerDomain
Optional. The domain name on which the user name exists to send to the reporting service for rendering reports.
Last updated