1. 首页
  2. 编程语言
  3. C#
  4. c shap 。net做报表很不错

c shap 。net做报表很不错

上传者: 2020-05-13 23:38:16上传 RAR文件 79.51KB 热度 13次
这是以个c#做的报表例子,     //打开连接     conReport.Open();     //准备连接对象以把获取的数据放入数据集     cmdReport.CommandType=CommandType.Text;     cmdReport.Connection=conReport;     cmdReport.CommandText="SelectTOP5*FROMProductsOrderByProductName";     
用户评论
码姐姐匿名网友 2020-05-13 23:38:16

很受益啊,谢谢