myReport.SetDataSource(reportData);
            if (subSourceDic != null && subSourceDic.Count > 0)
            {
                foreach (string key in subSourceDic.Keys)
                {
                    myReport.Subreports[key].SetDataSource(reportData.Tables[subSourceDic[key]]);
                }
            }

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-10-22
  • 2021-11-08
相关资源
相似解决方案