Page 1 of 1

Force inches as default unit

Posted: Thu Aug 12, 2010 9:37 am
by frisco434
is there a way to set inches to default unit to matter what language os they are in?

Force inches as default unit

Posted: Fri Aug 13, 2010 2:25 am
by Ivan
Hello,

Please use the following line of code:

Code: Select all

            StiOptions.Engine.DefaultUnit = StiReportUnitType.Inches;
Thank you.