PrintPreview column widths |
Post Reply |
Author | |
KevinJonas
Newbie Joined: 06 June 2011 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 06 June 2011 at 10:14am |
When printing or previewing the report control our report columns are being set to a small width cuttong off data and column headers. Auto sizing is turned on. What else are we missing?
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi, AutoColumnSizing means all columns will be sized to fit ReportControl header not sizing it contents. If you want to show full "cell" data use Bestfit method (for example Me.wndReportControl.Columns(0).BestFit).
Use Me.wndReportControl.PaintManager.ColumnWidthWYSIWYG = True to see what "area" will be shown / printed. Seems the red line is showing in header only after printpreview is shown once. Andre: This doesn't work properly (or I don't understand this property...)
If contents is still to wide... Andre??? How can we print just a part of RC ? For example column 4 to 8 ?
btw Andre is ReportControl developer
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Hi,
I agree that WYSIWYG printing isn't working properly. I try to get it fixed between the Beta and Release. If you only want to print certain columns, you can hide the others. We can also discuss adding more print options. Andre |
|
Codejock support
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |