Problems with Designer (the installed executable)
Problems with Designer (the installed executable)
I have noticed two problems in the deisgner exe:
It doesn't save the following properties:
1) When I try to put a custom format (e.g. "dd.MM.yyyy HH:mm:ss") in a standard report grid that has a DataTime column, it doesn't save this property of the DataText. (It remembers it untill I close the EXE but it is lost if I reopen the MRT file)
2) The same happens with the table cell borders if I try to add all borders on a cell.
Also, I would like to ask if and how I could control the culture (english, greek, etc) e.g. of a displayed date in my report.
Also, another question: can I select columns in an MVC report like you do here http://forum.stimulsoft.com/viewtopic.php?&t=3411 or this is only for WinForm apps?
If I can't do this in MVC, is it possible to pass a variable in the report an select columns in an event (and which event would be most fitted for this - I see some like "Begin Render", etc but I was expecting sth like an "Initialize" event)?
Thanks.
It doesn't save the following properties:
1) When I try to put a custom format (e.g. "dd.MM.yyyy HH:mm:ss") in a standard report grid that has a DataTime column, it doesn't save this property of the DataText. (It remembers it untill I close the EXE but it is lost if I reopen the MRT file)
2) The same happens with the table cell borders if I try to add all borders on a cell.
Also, I would like to ask if and how I could control the culture (english, greek, etc) e.g. of a displayed date in my report.
Also, another question: can I select columns in an MVC report like you do here http://forum.stimulsoft.com/viewtopic.php?&t=3411 or this is only for WinForm apps?
If I can't do this in MVC, is it possible to pass a variable in the report an select columns in an event (and which event would be most fitted for this - I see some like "Begin Render", etc but I was expecting sth like an "Initialize" event)?
Thanks.
Re: Problems with Designer (the installed executable)
Hello.
We have added Culture property of the report. If you set this property you will get date and currency in the appropriate format.
Please, download our latest prerelease build that is available on our site.
Thank you.
We have added Culture property of the report. If you set this property you will get date and currency in the appropriate format.
Please, download our latest prerelease build that is available on our site.
Thank you.
Re: Problems with Designer (the installed executable)
I have downloaded the last (pre-release) version of your library (SW_2013.11.15_Trial.zip).
The two problems of the Designer.exe are still there (the cell borders are not being saved and the custom format of a date is not applied to the report).
Also, I can't see any property with a name "Culture" on the report.
There is only "Name, Alias, Author, Description".
(I don't know if I should do sth, like install the new assemblies to the GAC before runnign the EXE...)
Question: Why is this http://web.stimulsoft.com/default.aspx
..different from the display (of the menus and buttons) that I get on my site?
Is it because it is trial?
The two problems of the Designer.exe are still there (the cell borders are not being saved and the custom format of a date is not applied to the report).
Also, I can't see any property with a name "Culture" on the report.

There is only "Name, Alias, Author, Description".

(I don't know if I should do sth, like install the new assemblies to the GAC before runnign the EXE...)
Question: Why is this http://web.stimulsoft.com/default.aspx
..different from the display (of the menus and buttons) that I get on my site?
Is it because it is trial?
Last edited by kgb2013 on Mon Nov 18, 2013 1:42 pm, edited 2 times in total.
Re: Problems with Designer (the installed executable)
Also, another question:
If I want do make a tree view like yours here http://web.stimulsoft.com/default.aspx on the left (outside of the report) so that the user can choose the report type, can I use some feature of your library or I will have to make the tree by myself?.
If I want do make a tree view like yours here http://web.stimulsoft.com/default.aspx on the left (outside of the report) so that the user can choose the report type, can I use some feature of your library or I will have to make the tree by myself?.
Re: Problems with Designer (the installed executable)
As far as I see now, the Designer.exe doesn't save the font settings too (font height, bold, etc). 

Re: Problems with Designer (the installed executable)
Hello.
Please, describe more detailed with examples how to reproduce this issues.kgb2013 wrote:The two problems of the Designer.exe are still there (the cell borders are not being saved and the custom format of a date is not applied to the report).
Please, set the View mode of property grid to Professional. You could do it in the context menu.kgb2013 wrote:Also, I can't see any property with a name "Culture" on the report.
There is only "Name, Alias, Author, Description".
(I don't know if I should do sth, like install the new assemblies to the GAC before runnign the EXE...)
This is Demo site. Here is it's source code: Thank you.kgb2013 wrote:Question: Why is this http://web.stimulsoft.com/default.aspx
..different from the display (of the menus and buttons) that I get on my site?
Is it because it is trial?
Re: Problems with Designer (the installed executable)
Thanks. I have found the Culture setting now.
I will check it out.
2) Go to "Properties"->"Borders" and click on the button with text "..." (see image).
3) Set all the borders (all the sides of the element).
4) Save the report.
5) Close Designer.exe
6) Reopen the MRT file with the Designer and the borders for that DataText element will not be saved.
Note that, like the borders, the font size in the report title is not saved too:
1) Make a "standard report" and then select the report title.
2) Go to "Properties"->"Font"->".." and change the font size.
3) Save the report.
4) Close Designer.exe
5) Reopen the MRT file with the Designer and the font size for the report title element will not be saved.
I will check it out.

1) Make a "standard report" and then select a DataText element (e.g. DataText1) from within the "Data" element of the report.Aleksey Andreyanov wrote: Please, describe more detailed with examples how to reproduce this issues.
2) Go to "Properties"->"Borders" and click on the button with text "..." (see image).
3) Set all the borders (all the sides of the element).
4) Save the report.
5) Close Designer.exe
6) Reopen the MRT file with the Designer and the borders for that DataText element will not be saved.
Note that, like the borders, the font size in the report title is not saved too:
1) Make a "standard report" and then select the report title.
2) Go to "Properties"->"Font"->".." and change the font size.
3) Save the report.
4) Close Designer.exe
5) Reopen the MRT file with the Designer and the font size for the report title element will not be saved.
- Attachments
-
- Stim2.PNG (4.04 KiB) Viewed 3547 times
Last edited by kgb2013 on Tue Nov 19, 2013 3:13 pm, edited 3 times in total.
Re: Problems with Designer (the installed executable)
I have tried the Culture setting but I don't see any difference by changing it.
In a "standard report" I have a report title with text :
But, changing the Culture to "en-US", "el-GR", etc. changes nothing.
It seems like it still uses the system's default culture for {Time} taken from here:
I have also tried setting this by code:
..but I saw no change.
I don't know if I am missing sth.
In a "standard report" I have a report title with text :
Code: Select all
Created At : {Time}
It seems like it still uses the system's default culture for {Time} taken from here:
Code: Select all
System.Threading.Thread.CurrentThread.CurrentCulture
Code: Select all
StiReport report = ....;
report.GlobalizationManager.Culture = new CultureInfo("en-US");
I don't know if I am missing sth.
Re: Problems with Designer (the installed executable)
Hello.
Sorry but we couldn't reproduce your issue with borders and font size. Maybe we miss something. Could you send us video where we could see how you reproduce this issue.
The Culture property works right. On en-US culture we get next string:
Thank you.
Sorry but we couldn't reproduce your issue with borders and font size. Maybe we miss something. Could you send us video where we could see how you reproduce this issue.
The Culture property works right. On en-US culture we get next string:
and using el-GR culture next one:Created At : 11/20/2013 10:28:34 AM
They are different.Created At : 20/11/2013 10:32:03 πμ
Thank you.
Re: Problems with Designer (the installed executable)
As far as I see, the preview on the Designer.exe is correct, but in my site it's not correct.
Did you try it with the MVC viewer on a simple web site?
(I have re-checked this in one of your demo projects)
I also attach a video for you.
Did you try it with the MVC viewer on a simple web site?
(I have re-checked this in one of your demo projects)
I also attach a video for you.
- Attachments
-
- 2013-11-20_1023.zip
- (2.27 MiB) Downloaded 293 times