FastReport - 如何以表格形式展示数据?
如何在 FastReport
中以表格的形式显示数据?
编辑
我的意思是,我想创建一个像这样的报告:(采用表格格式)。
How can i display data in the form of table in the FastReport
?
Edit
I mean ,I want to create a report like this : (with tabular format).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 FR 向导的最简单方法
从 FR 文件菜单 > 新的>标准报告向导,
当您到达“布局”页面时,从布局中选择表格,然后确定
The easiest way to use FR wizard
from FR File menu > new > Standard report wizard
when you reach the "Layout" page, choose tabular from layout then OK
我认为你需要自己构建网格。下面是一些构建网格布局的代码,可以帮助您入门。您将需要调整列宽并添加格式代码(memo.frame)以获得所需的外观。
它应该可以正常工作,但自从将它与我的应用程序解耦以来我还没有机会进行测试。
I think you need to build the grid yourself. Here's a bit of code that builds a grid layout to get you started. You will need to adjust the column widths and add the formatting code (memo.frame) to get your desired look.
It should work ok, but I've not had a chance to test since decoupling it from my application.
可以使用备忘录的
Framing
属性。It will be possible using
Framing
Property of Memos.