
水晶报表
wy978651775
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
水晶报表直接输出到页面,不保存PDF文件
private string ReportFileFolder = HttpContext.Current.Server.MapPath("~/") + @"Reports\"; public ReportDocument OrderReport() { ReportDocument report = GetReportDocument();原创 2014-12-22 17:02:42 · 2029 阅读 · 0 评论 -
水晶报表判断保留两位小数位位数
if Right(ToText({P_GPS_App_Models_StockDownloadStockInOutLedgerReport.StockInNum},2),2) = "00" then 0 else if Right(ToText({P_GPS_App_Models_StockDownloadStockInOutLedgerReport.StockInNum},2),1) =转载 2014-12-22 10:13:32 · 2174 阅读 · 0 评论