
Grid++
jumtre
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Grid++用程序定义报表模板(官方例子)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML> <HEAD> <TITLE>Web报表(B/S报表)演示 - 用程序...转载 2019-03-22 21:54:57 · 3179 阅读 · 0 评论 -
Grid++获取系统变量
Report.SystemVarValue(x); x使用下列枚举的值替换: GRSystemVarType 枚举 指定系统变量部件框应用的系统变量类型。 成员名称 枚举值 说明 grsvCurrentDateTime 1 计算机的当前日期时间。 grsvPageCount 2 总页数。 grsvPageNumber 3 当前页号...原创 2019-03-22 22:16:41 · 862 阅读 · 0 评论