CrystalReportSource1.ReportDocument.Subreports["INV002.rpt"].SetDataSource(ds.Tables["dt21"]);
        CrystalReportSource1.ReportDocument.SetDataSource(ds.Tables["dt2"]);
        CrystalReportViewer1.ReportSource = CrystalReportSource1;
        CrystalReportSource1.DataBind();

相关文章:

  • 2022-02-12
  • 2022-03-02
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-06-27
  • 2021-09-21
  • 2022-12-23
猜你喜欢
  • 2021-06-26
  • 2022-01-01
  • 2022-01-20
  • 2021-10-15
  • 2021-11-12
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案