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
Setting inches as default units
-
- Posts: 4
- Joined: Tue Dec 11, 2012 8:02 pm
Re: Setting inches as default units
Hello.
Please, set the Report Unit property of the Report.
Thank you.
Please, set the Report Unit property of the Report.
Thank you.
Re: Setting inches as default units
Hello,
You can use the following option:
StiOptions.Engine.DefaultUnit = StiReportUnitType.Inches;
Thank you.
You can use the following option:
StiOptions.Engine.DefaultUnit = StiReportUnitType.Inches;
Thank you.
-
- Posts: 4
- Joined: Tue Dec 11, 2012 8:02 pm
Re: Setting inches as default units
Yes, thank you. This is a solution.Aleksey Andreyanov wrote:Hello.
Please, set the Report Unit property of the Report.
Thank you.
Best regards,
Sandi
Re: Setting inches as default units
Hello,
We are always glad to help you!
Let us know if you need any additional help.
We are always glad to help you!
Let us know if you need any additional help.