Setting inches as default units

Stimulsoft Reports.NET discussion
Post Reply
sandikastelic
Posts: 4
Joined: Tue Dec 11, 2012 8:02 pm

Setting inches as default units

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Setting inches as default units

Post by HighAley »

Hello.

Please, set the Report Unit property of the Report.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Setting inches as default units

Post by Alex K. »

Hello,

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

Thank you.
sandikastelic
Posts: 4
Joined: Tue Dec 11, 2012 8:02 pm

Re: Setting inches as default units

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Setting inches as default units

Post by Alex K. »

Hello,

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