Windows 窗体 rdlc 报告重复列 [英] windows form rdlc report repeat columns

查看:49
本文介绍了Windows 窗体 rdlc 报告重复列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个与此类似的 rdlc 报告,以便我可以打印许多记录以节省空间和纸张.说吧..如果我的表中有 120 行并且我想将它显示为 3 列,那么每列将有 40 条记录,而不是一直垂直显示.

I want to create a rdlc report that will look similar to this so I could print many records to save spaces and papers. Lets say. . if I have 120 rows in my table and i want to display it 3 columns so each columns will have 40 records each instead of displaying them all the way vertically.

Column Header | Column Header | Column Header
---------------------------------------------
   value 1         value 7         value 13
   value 2         value 8         ...
   value 3         value 9         ...
   value 4         value 10        ...
   value 5         value 11        ...
   value 6         value 12        ...

我该怎么做?提前致谢!

How can I do it? Thanks in advance!

推荐答案

您必须设置报表的 ColumnsColumnSpacing 属性:

You have to set Columns and ColumnSpacing properties of your report:

  1. 显示属性窗口
  2. 点击Report(您所在位置之外的灰色区域)页)
  3. 查找并设置Columns 属性
  1. display Property window
  2. click on Report (grey area outside your page)
  3. find and set Columns property

这篇关于Windows 窗体 rdlc 报告重复列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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