Skip to content

Reads an SQL Server Reporting Services report file (RDL) and makes automated changes in a command line based environment.

Notifications You must be signed in to change notification settings

dkmann/rdl-report-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report fixer for SQL Server Reporting Services

Reads an SQL Server Reporting Services report file (RDL) and makes automated changes in a command line based environment. The project currently converts all cm units (the default in SSRS) to mm. All decimal values are rounded to integers for recommended practice in structure and layout of reports.

Producing a working build

The project is in a very early stage at writing. To build clone the repository.

$ git clone https://github.com/dkmann/rdl-report-fixer.git

Move into the new project folder.

$ cd rdl-report-fixer

Run .NET restore to install package dependencies.

$ dotnet restore

Finally, to run the application enter the command run to build and execute the project.

$ dotnet run

About

Reads an SQL Server Reporting Services report file (RDL) and makes automated changes in a command line based environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages