Report Localization : Localization of business objects

Stimulsoft Reports.WEB discussion
Post Reply
MartinDA
Posts: 2
Joined: Wed Oct 19, 2016 6:11 am

Report Localization : Localization of business objects

Post by MartinDA »

Hi,

is it possible to use the report globalization feature to localize the contents of a databand in the report?

I have a report containing a databand which is connected to a business object. The business object contains an enum property with values such as "read", "write", etc. When the report is rendered, it shows the string representation of the enum properties. How can I localized those values using the globalization manager?

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

Re: Report Localization : Localization of business objects

Post by Alex K. »

Hello,

Unfortunately, it is not possible in the globalization manager.
In this case, you can be made it in your business objects and show necessary values for specific localization.

Thank you.
MartinDA
Posts: 2
Joined: Wed Oct 19, 2016 6:11 am

Re: Report Localization : Localization of business objects

Post by MartinDA »

Hi Aleksey,

thank you for your reply.

I have more questions regarding report localization.

Localizations created by the Globalization Manager of the Designer are saved directly into the report .mrt file. Is is possible to "outsource" those localizations into a seperate file ?

Futhermore, suppose multiple reports require identical localizations (e.g. they all have a textfield "Location", which I would like to localize). Can I "consolidate" identical localizations into a single file, without having to redo the same localizations for each report over and over again?

Thank you!

Regards
Martin
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report Localization : Localization of business objects

Post by Alex K. »

Hello Martin,

Please check the sample project in the attachment.

Thank you.
Attachments
Globalized Reports.zip
(35.73 KiB) Downloaded 180 times
Post Reply