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.
The project is in a very early stage at writing. To build clone the repository.
$ git clone https://github.com/dkmann/rdl-report-fixer.gitMove into the new project folder.
$ cd rdl-report-fixerRun .NET restore to install package dependencies.
$ dotnet restoreFinally, to run the application enter the command run to build and execute the project.
$ dotnet run