Evaluation Missing Data

Stimulsoft Reports.NET discussion
apocwhen11
Posts: 11
Joined: Sun Oct 08, 2006 3:56 pm
Location: Germany

Evaluation Missing Data

Post by apocwhen11 »

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??
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Evaluation Missing Data

Post by Vital »


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.
apocwhen11
Posts: 11
Joined: Sun Oct 08, 2006 3:56 pm
Location: Germany

Evaluation Missing Data

Post by apocwhen11 »

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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Evaluation Missing Data

Post by Edward »

We will prepare patch for you.
Thank you.
apocwhen11
Posts: 11
Joined: Sun Oct 08, 2006 3:56 pm
Location: Germany

Evaluation Missing Data

Post by apocwhen11 »

Edward, thank u
and thank u all at stimulsoft. StimulReport.Net is a fantastic product. great design and features.
Keep up good work.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Evaluation Missing Data

Post by Edward »

The solution for you is completed!
Please see the latest build.
Thank you.
apocwhen11
Posts: 11
Joined: Sun Oct 08, 2006 3:56 pm
Location: Germany

Evaluation Missing Data

Post by apocwhen11 »

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?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Evaluation Missing Data

Post by Vital »

You are use on left component WYSIWYG property?
apocwhen11
Posts: 11
Joined: Sun Oct 08, 2006 3:56 pm
Location: Germany

Evaluation Missing Data

Post by apocwhen11 »

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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Evaluation Missing Data

Post by Vital »

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.
In gdi+ we can provide only following variant of WYSIWYG mode. Other variants work very slowly.

Please get latest build and check two modes again (we update it).

Thank you.
Post Reply