如何在 RDLC 本地报告中按列显示数据
我有一个 WPF 应用程序,其中有一个本地 rdlc 报告,显示当天基于收据的销售。由于此查询有 4 列(MemoNo、Gross、Discount、NetSales)且行数超过 1000,因此按行显示数据不是一个好主意,因为这会浪费每页更多空间。有什么办法可以按列显示数据吗?
MemoNo Gross Discount NetSales MemoNo Gross Discount NetSales
多谢...........
I have an WPF application which has a local rdlc report which show receipt based selling of the day. As this query have 4 columns (MemoNo, Gross, Discount, NetSales) and rows more than 1000 so its not a good idea to show data row-wise as it will waste more space per page. Is there any way to show data in column-wise so.
MemoNo Gross Discount NetSales MemoNo Gross Discount NetSales
Thanks A Lot...........
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Matrix 按列显示数据。
You can use Matrix to show data as column wise.