如何在水晶报表中管理页面大小和边距?

how to manage page size and margin in crystal report?(如何在水晶报表中管理页面大小和边距?)
本文介绍了如何在水晶报表中管理页面大小和边距?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是水晶报表的新手,并且在 .Net (WinForm/Visual Studio 2010) 中使用水晶报表.

I am new to crystal reports and using crystal report with .Net (WinForm / Visual Studio 2010).

我在想如何在报告中设置页面大小和顶部、底部、左侧和右侧边距.我试图寻找选项,但无法得到它.请指导我.

I was thinking what would be the way to setup page size and top, bottom, left and right margins in report. I tried to look options but couldn't get it. Please guide me.

推荐答案

如果您使用 Crystal Reports 来设计您的报告,页面大小和边距可以通过页面设置进行编辑.右键单击您的报告选择页面设置.你会得到一个如下图所示的窗口.


在这里您可以编辑页面大小和边距...

If you use Crystal Reports to design your report, Page size and Margins can be edited by Page Setup. Right Click on your report select Page Setup. You'll get a window as shown below.


Here you can edit the page size and margins...

如果您使用 VS2010 来设计您的报告,请按照以下步骤操作

If you use VS2010 to design your report, follow the below steps




对于页边距打开页面设置






For Margins Open Page Setup



希望对你有帮助!!

这篇关于如何在水晶报表中管理页面大小和边距?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)