ActiveReports Developer 7
SetAvailableSize Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : SetAvailableSize Method

availableSize
A System.Drawing.SizeF structure containing the width and height of the rectangle within which the report item is laid out.

Glossary Item Box

Creates a copy of the LayoutContext with the specified available size.

Syntax

Visual Basic (Declaration) 
Public Function SetAvailableSize( _
   ByVal availableSize As SizeFEx _
) As LayoutContext
C# 
public LayoutContext SetAvailableSize( 
   SizeFEx availableSize
)

Parameters

availableSize
A System.Drawing.SizeF structure containing the width and height of the rectangle within which the report item is laid out.

See Also