The SizeToFit method is used by the end-user report designer to size a section so that all contained controls are visible.
[Visual Basic] Overloads Public Sub SizeToFit()
Sizes the section to fit the contained controls and optionally allows the section to shrink to fit the contained controls.
[Visual Basic] Overloads Public Sub SizeToFit(Boolean)
Using this method, a user could add several controls to a section at run time and then size the section to the proper height.
Section Class | Section Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.