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-reportingI am using Microsoft Report in My WinForm Application Project.I am some problem with expressions and group and even …
c# winforms microsoft-reportingI've got an RDL report that is a roster -- it's a grid: each row represents a day each column …
conditional highlight microsoft-reporting