How do I change the Report Designer Ruler unit from Inches to centimetres?

≯℡__Kan透↙ 提交于 2020-01-14 13:07:03

问题


A simple (I hope) question, I'm using Visual Studio, I create a new report in SQL Server Business Intelligence Development Studio. In layout view the ruler is in inches, I would like to change it to centimetres.

Update 1

Changing the regional settings worked.

Is it not possible to do this without changing the regional settings? I would have hoped this would be a setting within Visual Studio.


回答1:


Try the Windows Regional Settings?




回答2:


Not sure how to set this in BIDS, but if you open the RDL file in a text editor, e.g. notepad, toward the the bottom of the file you should see:

  <Language>en-GB</Language>
  <rd:ReportUnitType>Cm</rd:ReportUnitType>
  <rd:ReportID>b5fa3be2-c9a8-41b7-bb70-df2e2e9e86ec</rd:ReportID>
</Report>

Change rd:ReportUnitType to

 <rd:ReportUnitType>Inch</rd:ReportUnitType>



回答3:


Change Regional Settings from English (United States) to English (Australia)

ie through Start > Control Panel > Regional and Language Settings.




回答4:


It's possible, at least in the 9.0 edition. Bring the record properties (Report/report properties) and there you can choose the measures to be in inches or centimeters. That includes the rulers and the measures of the elements of the report if you decide to input them yourself with the properties panel.



来源:https://stackoverflow.com/questions/604773/how-do-i-change-the-report-designer-ruler-unit-from-inches-to-centimetres

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!