//为报表浏览器指定报表文件
            this.reportViewer3.LocalReport.ReportPath = @"D:\新建文件夹\TicketNumberManager\TicketNumberManager\P_Report.rdlc";
            DataSet ds = epm.reportsPro();
            DataTable dtt = ds.Tables[0];
            reportViewer3.LocalReport.DataSources.Add(new ReportDataSource("pTableBindingSource", dtt));
不论怎么查,报表都是不出值,但是DataSet中有数据,实在是无解了,谢谢各位刚刚忙~new ReportDataSource("pTableBindingSource",dtt);
     pTableBindingSource  一直不明白,这个指的是的哪个控件的name值