Page 1 of 1

Setting inches as default units

Posted: Thu Feb 06, 2014 7:44 pm
by sandikastelic
Is it possible to set inches as units of measure, no matter what is set in Windows default? And I am asking about .NET designer.

Thank you,
Sandi

Re: Setting inches as default units

Posted: Fri Feb 07, 2014 9:23 am
by HighAley
Hello.

Please, set the Report Unit property of the Report.

Thank you.

Re: Setting inches as default units

Posted: Fri Feb 07, 2014 9:48 am
by Alex K.
Hello,

You can use the following option:
StiOptions.Engine.DefaultUnit = StiReportUnitType.Inches;

Thank you.

Re: Setting inches as default units

Posted: Mon Feb 10, 2014 4:44 pm
by sandikastelic
Aleksey Andreyanov wrote:Hello.

Please, set the Report Unit property of the Report.

Thank you.
Yes, thank you. This is a solution.

Best regards,
Sandi

Re: Setting inches as default units

Posted: Tue Feb 11, 2014 6:20 am
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.