ReportDocument oRpt = new ReportDocument(); string path = Server.MapPath("路径"); oRpt.Load(path); DataSet ds = //自己发挥。 oRpt.SetDataSource(ds); CrystalReportViewer1.ReportSource=oRpt;
4,820
社区成员
14,134
社区内容
加载中
试试用AI创作助手写篇文章吧