Showing all posts tagged: 'RDLC'

A 1-post collection

Resolving RDLC error: “The report definition is not valid” in Visual Studio 2012

I recently inherited a large number of Microsoft RDLC reports where I had to fix a number of issues before the upcoming release. One of my first tasks was to write a quick “RDLC runner” console application to allow me to test the reports locally. You can download the RDLC Runner from NuGet here. Or run the following command on the NuGet Command window in Visual Studio: The RDLC Runner is a very simple .NET 4.5 project. It takes two XML input files (parameters and data), the path to the .rdlc file and the name of the output file. …[read more]