gpt4 book ai didi

c# - 在 C# Windows 应用程序中增加 Crystal Reports 的宽度

转载 作者:太空宇宙 更新时间:2023-11-03 11:36:55 26 4
gpt4 key购买 nike

我是 C# Windows 应用程序中的 Crystal Report 的新手,我想知道如何增加固定为 A4 大小的 Crystal Report 的宽度。

最佳答案

使用以下代码:

myReport.PrintOptions.PaperSize = PaperSize.PaperB4;

myReport 是您创建的 Crystal Report。

您可以使用除 PaperB4 以外的任何可用的纸张尺寸选项。

希望这有助于...

关于c# - 在 C# Windows 应用程序中增加 Crystal Reports 的宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5974460/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com