xebialabs-community / xld-ssrs-plugin

XL Deploy plugin for Microsoft SSRS
MIT License
1 stars 0 forks source link
ms ssrs

SSRS plugin

Build Status License: MIT Github All Releases Codacy Badge Code Climate

Overview

This document describes the functionality provided by the SSRS plugin.

See the XL Deploy Reference Manual for background information on XL Deploy and deployment concepts.

Features

Requirements

Installation

Place the plugin xldp file into your XL_DEPLOY_SERVER_HOME/plugins directory.

Usage

The mssql.RSReports deployable consists of a folder artifact containing all reports. Only files with the default reports extension (.rdl) are processed. The plugin creates a datasource based on the properties entered. It then reads the .rdl files from the provided folder artifact and upload them to the server. After the reports have been uploaded they will be linked to the created dataSource. The mssql.RSReports deployable needs to deploy to a sql.msSqlClient container due to the dependency on MS SQL Server.

Known limitations