tobania / VSTS.Extension.SqlReportingServices

VSTS Extension for uploading SSRS Reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Server Reporting Services

Last build

This Extention provides a way to deploy your SQL Server Reporting files to the SQL Server Reporting service.

Please use https://github.com/tobania/VSTS.Extension.SqlReportingServices/issues to report any bugs or problems you've encountered. We try to resolve them as soon as possible.

Note that this task is RELEASE ONLY!

There are two tasks available:

  • SqlReportingServicesDeployment: Deploys the project without keeping the folderstructure of your local project. You can specify for each filetype (report,dataset,datasource & assets) where to drop the files on the SSRS.
  • SqlReportingServicesFolderDeployment: Deploys the whole project. You specify the root on your local machine and the root on the SSRS. It will then deploy the folderstructure you have to SSRS. Files which are not reports,datasets or datasources are considered as assets.

Documentation will follow on Github.

About

VSTS Extension for uploading SSRS Reports

License:MIT License


Languages

Language:PowerShell 90.6%Language:C# 9.4%