Evaluation Missing Data
-
- Posts: 11
- Joined: Sun Oct 08, 2006 3:56 pm
- Location: Germany
Evaluation Missing Data
Good day
I evaluate Report software and test some requirements I have.
I place 2 columns on databand 1 large width and another small width. small width is along right hand side but when I preview report right column missing data?? end of column 2 is not the same as end of column one. missing many words I have margins set at column 2 but words still gone when no margins.
I provide my report:
http://rapidshare.de/files/36010760/Mis ... a.zip.html
I do something wrong??
I evaluate Report software and test some requirements I have.
I place 2 columns on databand 1 large width and another small width. small width is along right hand side but when I preview report right column missing data?? end of column 2 is not the same as end of column one. missing many words I have margins set at column 2 but words still gone when no margins.
I provide my report:
http://rapidshare.de/files/36010760/Mis ... a.zip.html
I do something wrong??
Evaluation Missing Data
Please set property WYSIWYG (What You See Is What You Get) to true. With enabling this property text will be outputting correctly.
But when your string is very long and width is small, GDI+ can’t output string in equal positions with different scaling. To fix this
problem add to end of your string 2-3 string return.
Thank you.
-
- Posts: 11
- Joined: Sun Oct 08, 2006 3:56 pm
- Location: Germany
Evaluation Missing Data
Hi thank u
I set wysiwyg but I miss more words now with it true than false. how can I tell when I need to add extra strings to box. seems like lots of work if I cannot tell when words go missing or not.
I set wysiwyg but I miss more words now with it true than false. how can I tell when I need to add extra strings to box. seems like lots of work if I cannot tell when words go missing or not.
Evaluation Missing Data
We will prepare patch for you.
Thank you.
Thank you.
-
- Posts: 11
- Joined: Sun Oct 08, 2006 3:56 pm
- Location: Germany
Evaluation Missing Data
Edward, thank u
and thank u all at stimulsoft. StimulReport.Net is a fantastic product. great design and features.
Keep up good work.
and thank u all at stimulsoft. StimulReport.Net is a fantastic product. great design and features.
Keep up good work.
Evaluation Missing Data
The solution for you is completed!
Please see the latest build.
Thank you.
Please see the latest build.
Thank you.
-
- Posts: 11
- Joined: Sun Oct 08, 2006 3:56 pm
- Location: Germany
Evaluation Missing Data
hi good good thank u.
I test latest build but still problem. I set wysiwyg property and long height small width column print show all data.
but now, I print report to paper and long height small width column print all data, but the larger column on left that use 3/4 of page do not print all data. entire bottom line of words are all missing on paper print.
why so? do I require to set wysiwyg for all report components if I want them printed without missing words?
I test latest build but still problem. I set wysiwyg property and long height small width column print show all data.
but now, I print report to paper and long height small width column print all data, but the larger column on left that use 3/4 of page do not print all data. entire bottom line of words are all missing on paper print.
why so? do I require to set wysiwyg for all report components if I want them printed without missing words?
Evaluation Missing Data
You are use on left component WYSIWYG property?
-
- Posts: 11
- Joined: Sun Oct 08, 2006 3:56 pm
- Location: Germany
Evaluation Missing Data
Left component does not use wysiwyg but why must I have to set this for every component for it to print without words cut off. without setting property data is missing on print out. can report not print without setting this property? wysiwyg makes font in preview look blurry.
Edit: even export to pdf cut off data with wysiwyg property on or off.
Edit: even export to pdf cut off data with wysiwyg property on or off.
Evaluation Missing Data
In gdi+ we can provide only following variant of WYSIWYG mode. Other variants work very slowly.apocwhen11 wrote:Left component does not use wysiwyg but why must I have to set this for every component for it to print without words cut off. without setting property data is missing on print out. can report not print without setting this property? wysiwyg makes font in preview look blurry.
Please get latest build and check two modes again (we update it).
Thank you.