ActiveReports 12
SetAvailableSize Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : SetAvailableSize Method
A GrapeCity.ActiveReports.Extensibility.Drawing.SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
Creates a copy of the LayoutContext with the specified available size.
Syntax
'Declaration
 
Public Function SetAvailableSize( _
   ByVal availableSize As SizeFEx _
) As LayoutContext
public LayoutContext SetAvailableSize( 
   SizeFEx availableSize
)

Parameters

availableSize
A GrapeCity.ActiveReports.Extensibility.Drawing.SizeFEx structure containing the width and height of the rectangle within which the report item is laid out.
See Also

Reference

LayoutContext Structure
LayoutContext Members