visual-studio 如何在 Visual Studio 2008 中更改 Crystal Reports 度量单位
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3228358/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to change Crystal Reports measurement units in Visual Studio 2008
提问by 100r
I've read that units in CR are displayed in TWIPS, but I can't find a way to change that nor in VS nor in CR. I need to set left and top properties of fields in CR in centimeters. Any idea how to do that?
我读过 CR 中的单位以 TWIPS 显示,但我找不到改变它的方法,在 VS 和 CR 中也没有。我需要以厘米为单位设置 CR 中字段的 left 和 top 属性。知道怎么做吗?
tnx!
天!
回答by
Units are recorded in TWIPs internally in Crystal, but are usually displayed in either inches or centimetres in the report designer, depending on the location specified in the Windows Control Panel.
单位在 Crystal 内部以 TWIP 记录,但通常在报表设计器中以英寸或厘米显示,具体取决于 Windows 控制面板中指定的位置。
To check, try opening the report designer for any report, then File | Page Setup... to see which units are used for the page margins.
要检查,请尝试打开任何报告的报告设计器,然后选择 File | 页面设置...查看页边距使用哪些单位。

