我可以在水晶报表中制作我的部分的列吗?
我正在使用asp2.0 .net在VS2010的水晶报表中工作,我可以制作部分的列吗,因为我有表格的列,并且我不想重叠,就像标签一样,它们有时会重叠。
i am working in Crystal Reports for VS2010 with asp2.0 .net, can i make the columns of sections, as i have columns of my tables, and i dont want to overlap, as with labels, they overlap some times.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 VS2010 .net 界面,但如果是 GUI,您可以在所需的间距处设置插入制表位。当您移动这些字段时,这些字段将“捕捉”并锚定到制表位线。您可以缩小/增大每个字段,以便锚定左侧和右侧,从而限制该字段。然后,您可以获取下一个字段,并将其左侧锚定到上一个字段的右侧制表位,然后重复。完成后,所有字段都将受到很好的约束,并且您可以通过移动制表位来调整位置。这些字段将像“橡皮筋”一样随着制表位的移动而增大或缩小。
当您需要导出为 Excel 格式,并且您不希望 CR 打印引擎包含额外的行/列,因为它试图匹配“稍微偏离”布局时,这非常好。
我“认为”我需要更少的“空气引言”和更多的“空气吉他”。
I am not familiar w/ the VS2010 .net interface, but if it is the GUI, you can set insert tab-stops at the desired spacing. The fields will "snap" and anchor to the tab-stop line when you move them. You can shrink/grow each field so that both left and right sides are anchored, constraining that field. You can then take the next field, and anchor it's left side to the right-side tab-stop from the last field, and repeat. When you're through, all fields will be nicely constrained, and you can adjust the placement by moving the tab-stop. The fields will "rubber-band" and grow or shrink w/ the movement of the tab-stops.
This is REALLY good when you need to export to Excel format, and you don't want the CR print engine to include extra lines/columns as it tries to match the "just a little off" layout.
I "think" I need less "air quotes" and more "air guitar".