ActiveReports 8
SetAvailableSize Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also