Top "Microsoft-reporting" questions

The source of the report definition has not been specified

I'm using the following code trying to SetParametr : var report = new ReportParameter[1]; report[0] = new ReportParameter("MyName", "Raha"); var reportDataSource1 = new …

c#-4.0 report microsoft-reporting
A Tutorial For Microsoft Report In WinForm Applications

I am using Microsoft Report in My WinForm Application Project.I am some problem with expressions and group and even …

c# winforms microsoft-reporting
How to conditional highlight fields in a Microsoft Reporting Services RDL report?

I've got an RDL report that is a roster -- it's a grid: each row represents a day each column …

conditional highlight microsoft-reporting