Reporting Services
Docs HomeProduct SiteSupport
  • WireBootstrap for SSRS
  • Installation
  • SSRS Component
    • Render
    • Configuration
  • Report Viewer
Powered by GitBook
On this page

Report Viewer

PreviousConfiguration

Last updated 3 years ago

The WireBootstrap SSRS Component prepares a URL with parameters to the ReportViewer.aspx page located in the .

The ReportViewer.aspx page contains the 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 .

The WireBootstrap SSRS Component handles the rendering of the Report Viewer page inside the component on a custom web page. Use the 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 when rendering the WireBootstrap SSRS component.

Name
Description

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.

download project
SSRS Report Viewer Control
download project
reportViewerUrl
ones set on the client