Hello,
On the header of each MRT files, I use {Time} to get the generated date/time. But I cannot found a way to set programmatically the culture used (my prints can be done in several cultures).
I try to set StiReport.Culture to en-GB (for example) but no change.
Can you tell me how to change programmatically the report culture?
Thanks in advance,
N.
{Time} and culture
Re: {Time} and culture
I found the problem !
I set the culture before load the model, that's all !
We have to load model first and after change the culture !
N.
I set the culture before load the model, that's all !
We have to load model first and after change the culture !
N.
Re: {Time} and culture
Hello.
Yes, you are right.
The Culture property should be set after loading of the report template.
Thank you.
Yes, you are right.
The Culture property should be set after loading of the report template.
Thank you.