I\'ve been trying to get this to work for a while, and all the example code I\'ve seen aren\'t quite doing what I\'m doing.
I have a program that returns a pdf of a
just do one thing and your code will run automatically set the data source first before adding parameters...
crp rpt = new crp(); rpt.SetDataSource(dt); rpt.SetParameterValue("p",p.ToString());