Force inches as default unit

Stimulsoft Reports.NET discussion
Post Reply
frisco434
Posts: 24
Joined: Tue Jul 20, 2010 8:30 am
Location: Toledo

Force inches as default unit

Post by frisco434 »

is there a way to set inches to default unit to matter what language os they are in?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Force inches as default unit

Post by Ivan »

Hello,

Please use the following line of code:

Code: Select all

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