Format Number/Currency Programatically

Stimulsoft Reports.NET discussion
Post Reply
WilliamCcy
Posts: 10
Joined: Sat Jul 21, 2007 6:18 am
Location: Malaysia,KL

Format Number/Currency Programatically

Post by WilliamCcy »

Dear All,

Is there any way to change the number format which is able to pass the format mask from system instead of using pre-define Custom format mask?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Format Number/Currency Programatically

Post by Vital »

Please call Format form, select Custom format, after then in FormatMask write: {VariableMask}. In VariableMask you need specify format mask for component.
Defined variable you can change before report rendering.

Thank you.
WilliamCcy
Posts: 10
Joined: Sat Jul 21, 2007 6:18 am
Location: Malaysia,KL

Format Number/Currency Programatically

Post by WilliamCcy »

The prob was solve base on your suggestion, thanks Vital.

:biggrin:
Post Reply