How to set Margin of an element dependence of another elemen

Stimulsoft Reports.NET discussion
Post Reply
itsfors
Posts: 2
Joined: Sun Aug 10, 2014 6:05 am

How to set Margin of an element dependence of another elemen

Post by itsfors »

Hi there
I try to convert my numbers to arabic by this code :

Code: Select all

{Stimulsoft.Report.Export.StiExportUtils.ConvertDigitsToArabic(Amount.ToString(), StiArabicDigitsType.Eastern)}
and it works fine :

Image

But i Want to add "Rials" after my number by This Code:

Code: Select all

{Stimulsoft.Report.Export.StiExportUtils.ConvertDigitsToArabic(Amount.ToString(), StiArabicDigitsType.Eastern)}Rials
and it doesn't work fine , the number reverts:
Image

I want to use "Rials" as a new variable and set the margin after the end of the number Like this:
Image

I also try to change right to left , but I get same result .

what Can I do to solving this?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to set Margin of an element dependence of another el

Post by Alex K. »

Hello,

Can you please send us a sample report with test data which reproduce the issue on support@stimulsoft.com

Thank you.
itsfors
Posts: 2
Joined: Sun Aug 10, 2014 6:05 am

Re: How to set Margin of an element dependence of another el

Post by itsfors »

I tried to send report but status get failure :

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

support@stimulsoft.com
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to set Margin of an element dependence of another el

Post by Alex K. »

Hello,

Please try to check the attachment, try to pack it in archive with password.

Thank you.
Post Reply