为交叉表报告添加行标题 [英] Add row header for cross tab report

查看:119
本文介绍了为交叉表报告添加行标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使我的文本框对象查看交叉表报表的下一页?

当我单击下一页按钮时,我的文本框对象消失了.我的corss-tab和textbox对象位于报表的页眉中.

How can I make my textbox object to see the next page of my cross tab report?

When I click my next page button, my textbox object is disappear. My corss-tab and textbox object are in page header of the report.

推荐答案

private void NextPageButton_Click(object sender, EventArgs e)
{
    string headerText = textBoxFirstPage.Text;
     //You can use the headerText string as page header of the report

}


这篇关于为交叉表报告添加行标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆