ActiveReports3 Request technical support
SizeToFit(Boolean) Method
See Also 


bAllowShrink
Set to True to allow the section to shrink to fit the contained controls.
Sizes the section to fit the contained controls and optionally allows the section to shrink to fit the contained controls.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub SizeToFit( _
   ByVal bAllowShrink As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Section
Dim bAllowShrink As Boolean
 
instance.SizeToFit(bAllowShrink)
C# 
public void SizeToFit( 
   bool bAllowShrink
)

Parameters

bAllowShrink
Set to True to allow the section to shrink to fit the contained controls.

See Also