Page 1 of 1

How to set GloblalizedName in Designer

Posted: Mon May 14, 2018 8:17 am
by Ryan.A
Hi,

My version is Reports.Web - 2018.2.1.0.
How to set GlobalizedName in code? I want to use GlobalizedName to store my own translation and convert it with GlobalizationManager in Viewer.

Thanks

Re: How to set GloblalizedName in Designer

Posted: Tue May 15, 2018 4:58 pm
by HighAley
Hello.

Here is a sample code that set the GlobalizedName of the text component.

Code: Select all

var comp = report.GetComponentByName("Text1") as StiText;
comp.GlobalizedName = "Text";
Thank you.

Re: How to set GloblalizedName in Designer

Posted: Wed May 16, 2018 9:51 am
by Ryan.A
Hi,

It work, thanks for your help.

Re: How to set GloblalizedName in Designer

Posted: Thu May 17, 2018 6:43 pm
by Lech Kulikowski
Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.