Custom UI Culture In Stimul Report..
-
- Posts: 2
- Joined: Fri Apr 25, 2008 7:17 am
- Location: India
Custom UI Culture In Stimul Report..
Custom UI Culture In StimulReport ?
I want Too use Japanese UI Culture..
I want Too use Japanese UI Culture..
Custom UI Culture In Stimul Report..
Hello,
Please explain your request in more details.
Thank you.
Please explain your request in more details.
Thank you.
-
- Posts: 2
- Joined: Fri Apr 25, 2008 7:17 am
- Location: India
Custom UI Culture In Stimul Report..
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..
Hello,
You can use property GlobalizedStrings of StiReport. Please see attached image.
Thank you.
You can use property GlobalizedStrings of StiReport. Please see attached image.
Thank you.
- Attachments
-
- 56.Sample.gif (131.01 KiB) Viewed 3780 times
Custom UI Culture In Stimul Report..
it's also what's i want, but how to enter this form?
and how to set report culture by code?
and how to set report culture by code?
Custom UI Culture In Stimul Report..
i find sample porject, but still not know how to show the localization form in designer
Custom UI Culture In Stimul Report..
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.
Do you need to show this form from code?
Thank you.
Custom UI Culture In Stimul Report..
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
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..
Hello,
Please use following code:
Thank you.
Please use following code:
Code: Select all
this.GlobalizationStrings.LocalizeReport("en");