Page 1 of 1
Custom UI Culture In Stimul Report..
Posted: Fri Apr 25, 2008 7:48 am
by ajit_bohra
Custom UI Culture In StimulReport ?
I want Too use Japanese UI Culture..
Custom UI Culture In Stimul Report..
Posted: Fri Apr 25, 2008 10:51 am
by Vital
Hello,
Please explain your request in more details.
Thank you.
Custom UI Culture In Stimul Report..
Posted: Mon Apr 28, 2008 2:43 am
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:
Custom UI Culture In Stimul Report..
Posted: Mon Apr 28, 2008 6:27 am
by Vital
Hello,
You can use property GlobalizedStrings of StiReport. Please see attached image.
Thank you.
Custom UI Culture In Stimul Report..
Posted: Wed Apr 30, 2008 11:21 pm
by progame
it's also what's i want, but how to enter this form?
and how to set report culture by code?
Custom UI Culture In Stimul Report..
Posted: Wed Apr 30, 2008 11:36 pm
by progame
i find sample porject, but still not know how to show the localization form in designer
Custom UI Culture In Stimul Report..
Posted: Thu May 01, 2008 2:16 am
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.
Custom UI Culture In Stimul Report..
Posted: Thu May 01, 2008 2:59 am
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
Custom UI Culture In Stimul Report..
Posted: Thu May 01, 2008 5:32 pm
by Vital
Hello,
Please use following code:
Code: Select all
this.GlobalizationStrings.LocalizeReport("en");
Thank you.