Print Page | Close Window

PrintPreview column widths

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=18499
Printed Date: 25 February 2025 at 1:57pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: PrintPreview column widths
Posted By: KevinJonas
Subject: PrintPreview column widths
Date 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?



Replies:
Posted By: Aaron
Date 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....


Posted By: ABuenger
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net