jncraton / rdlgen

SSRS RDL Report Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSRS RDL Builder

A Python utility to generate an SSRS-compatible RDL file based on a simple SQL query.

Usage

python rdlgen.py [server_url] [datasource] < sqlfile.sql

Example:

python rdlgen.py https://example.com/ReportsWebService "Reports" < report.sql

The SQL file is read from stdin, and a report containing all of the fields from the query in a simple table is created.

The output RDL file is stored as output.rdl in the current path by default.

About

SSRS RDL Report Generator

License:MIT License


Languages

Language:Python 100.0%