惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
小众软件
小众软件
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
MyScale Blog
MyScale Blog

博客园 - AaronLi

E10——打印行序 E10——BOM展下阶CTE写法 E10——计算品号的使用情况(最近五年):连续X年在用 SQL&ERP——通过品号递归BOM往上找到最top的主件 E10——在线建档,单头取单身行的数据 SQLSERVER——XML转数据表输出(E10的PickList转成数据表) SQLServer数据库日志太大收缩操作指南 泛微OA——修改数据库密码 泛微OA——建模-查询,链接字段跳转到流程的路径写法 SQLSERVER——PIVOT列转行 SQL——练习:上展BOM SQL——练习:往下展开BOM SQL——CHARINDEX,找到字符(char)的位置(index) Sqlserver 根据年月获取第一天和最后一天 EXCEL生成GUID 多种格式 E10——智能菜单 [转] 判断表(临时表),存储过程是否存在 E10——函数GetTimeDiff(DateTime dt1,DateTime dt2,int type) E10——GetEntityProperty方法 E10——脚本中GUID的值如何判断是否相等?
E10——凭证报表序号按流水自然排序
AaronLi · 2022-10-17 · via 博客园 - AaronLi

int rowIndex;

private void GroupHeader1_AfterPrint(object sender, System.EventArgs e) {
rowIndex = 0;
}


private void tableCell1_PrintOnPage(object sender, DevExpress.XtraReports.UI.PrintOnPageEventArgs e) {
 rowIndex ++;
    tableCell1.Text = rowIndex.ToString();
}

posted @ 2022-10-17 15:04  AaronLi  阅读(165)  评论(0)    收藏  举报