Custom UI Culture In Stimul Report..

Stimulsoft Reports.NET discussion
Post Reply
ajit_bohra
Posts: 2
Joined: Fri Apr 25, 2008 7:17 am
Location: India

Custom UI Culture In Stimul Report..

Post by ajit_bohra »

Custom UI Culture In StimulReport ?

I want Too use Japanese UI Culture..
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Custom UI Culture In Stimul Report..

Post by Vital »

Hello,

Please explain your request in more details.

Thank you.
ajit_bohra
Posts: 2
Joined: Fri Apr 25, 2008 7:17 am
Location: India

Custom UI Culture In Stimul Report..

Post by ajit_bohra »

Vital wrote:Hello,

Please explain your request in more details.

Thank you.

Stimul Report support many languages. But i want My Reports in Japanese /English language (Mixed Data Some in Englsh and Some in Japanese ) ..... is it possible. Any Help Will be highly Appricated. Thanks In Advance. :feelgood:
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Custom UI Culture In Stimul Report..

Post by Vital »

Hello,

You can use property GlobalizedStrings of StiReport. Please see attached image.

Thank you.
Attachments
56.Sample.gif
56.Sample.gif (131.01 KiB) Viewed 3773 times
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

Custom UI Culture In Stimul Report..

Post by progame »

it's also what's i want, but how to enter this form?

and how to set report culture by code?
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

Custom UI Culture In Stimul Report..

Post by progame »

i find sample porject, but still not know how to show the localization form in designer
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Custom UI Culture In Stimul Report..

Post by Edward »

Just click in any place outside the page and in the property editor 'Report' object will be selected.

Do you need to show this form from code?

Thank you.
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

Custom UI Culture In Stimul Report..

Post by progame »

ok, i found it.
but after show this form, do not click ádd culture', then click auto localize report on run.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Stimulsoft.Report.Design.StiGlobalizationEditorForm.codeEditorExpression_Leave(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnLeave(EventArgs e)
at System.Windows.Forms.Control.NotifyLeave()
at System.Windows.Forms.ContainerControl.UpdateFocusedControl()

i do not need show it by code, i just need set it's culture by code
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Custom UI Culture In Stimul Report..

Post by Vital »

Hello,

Please use following code:

Code: Select all

this.GlobalizationStrings.LocalizeReport("en");
Thank you.
Post Reply