重复 rdl 报告表上的列标题
我有一个 rdl 报告,其中包含图例、图表以及图例和图表下方的记录行。我在这里遇到的问题是我可以为每种类型的新项目重复legent和chard,但我不能重复记录行的标题。我尝试了可见性,但没有成功。标题很简单,就像 RDL 报告中表格中的行一样,需要显示日期、时间、位置,就像数据库中的每条记录一样,非常感谢任何建议
I have a rdl report which contains Legend, chart and rows of records below legend and chart. I got a problem here is I can repeat legent and chard for every type new item but I cannot repeat headers for rows of records. I tried with visibility but did not work. headers are simple as row in the table in rdl report which are required to show date, time, position , like that for every record coming database , any suggestions much appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在每一行中重复标题并且使用 Visual Studio 进行设计,则很简单:
只需单击数据行(中间的行),右键单击它并选择在上方插入行,在该行中您可以插入标题文本,它将在每行记录中重复。
如果我没有正确解读您的问题,请发表评论。
If you want to repeat header with each row and you are using Visual Studio for designing, it is easy:
Simply click the data row (the one in the middle), right-click it and choose Insert Row Above, in that row you can insert your header text and it will repeat with each row record.
If I haven't deciphered your question correctly, please leave a comment.