Installation

WireBootstrap for SSRS can be downloaded from here.

Project

The download is a Visual Studio project with all the components of the WireBootstrap for SSRS solution. This includes the WireBootstrap SSRS component, the Report Viewer page, and a sample that demonstrates how to use the solution in custom applications.

WireBootstrap SSRS Component

The WireBootstrap SSR Component is located in the root at \lib\wire-ssrs.js.

To use the component outside of the project, reference the library on a web page after the Core WireBootstrap library.

<script src="./node_modules/@wirebootstrap/wire/wire.js"></script>
<script src="./lib/wire-ssrs.js"></script>

For details on using the component, visit SSRS Component.

Last updated