如何在 RDLC 本地报告中按列显示数据

发布于 2024-09-08 04:24:21 字数 275 浏览 1 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那些过往 2024-09-15 04:24:21

您可以使用 Matrix 按列显示数据。

You can use Matrix to show data as column wise.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文