本文介绍了报告水晶报告设置打印报告90度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



需要您的专业知识来解决问题。我正在使用vb .net设计一个项目,并使用水晶报告进行报告。有一份打印客户帐户详细信息的报告。该报告将印在存折上。报告正确显示所需内容,但由于打印机不接受,需要将存折90度旋转。所以我需要打印90度旋转的报告,但打印预览水晶报告应该正确显示。



任何设置,以便在打印时将打印90度旋转的整个报告。



I我只使用报告的详细部分。我有一个旋转文本90度的解决方法,但它有以下流程 -

1.打印预览时,它将显示旋转90度的整个报告。

2.我有考虑每件事90度重新设计整个报告。



非常紧急需要这个解决方案。非常感谢您的所有投入。

Hi All,

Need your expertise to solve an issue. I am designing a project using vb .net and using crystal report for reporting purpose. There is a report for printing customer account details. This report will be printed on a passbook. Report is displaying required content properly but the passbook need to be inserted 90 degree rotated as printer is not accepting. So i need to print the report 90 degree rotated but while print preview crystal report should show it properly.

Any setting so that when it is printed it will print whole report 90 degree rotated.

I am using only detail section of report. I have a workaround of rotating the text 90 degree but it has following flow -
1. While print preview it will show whole report 90 degree rotated.
2. I have to redesign whole report considering every thing 90 degree.

Need this solution at very urgency. Many thanks for all your inputs.

推荐答案

1) Select the graph and then right-click on one of the x-axis labels.
2) Pick "Format Axis Label"
3) On the Font tab, there is a Rotation option... set to 90 degrees.



这篇关于报告水晶报告设置打印报告90度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 19:28