Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - PrintPreview column widths
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

PrintPreview column widths

 Post Reply Post Reply
Author
Message
KevinJonas View Drop Down
Newbie
Newbie


Joined: 06 June 2011
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote KevinJonas Quote  Post ReplyReply Direct Link To This Post Topic: PrintPreview column widths
    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?
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 20 June 2011 at 10:34am

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....
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 21 June 2011 at 2:36pm
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.219 seconds.