ActiveReports Developer 7
LayoutResult Constructor(ILayoutArea,ContentRange,LayoutStatus,SizeFEx)
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutResult Structure > LayoutResult Constructor : LayoutResult Constructor(ILayoutArea,ContentRange,LayoutStatus,SizeFEx)

area
Specifies the layout area produced by a layout manager. 
contentRange
Specifies the content range of the layout area produced by a layout manager.
layoutStatus
Specifies the status of layout operation.
actualSize
Indicates the actual size that layout area, produced by layout manager, will occupy.

Glossary Item Box

Initializes LayoutResult with specified values

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal area As ILayoutArea, _
   ByVal contentRange As ContentRange, _
   ByVal layoutStatus As LayoutStatus, _
   ByVal actualSize As SizeFEx _
)
C# 
public LayoutResult( 
   ILayoutArea area,
   ContentRange contentRange,
   LayoutStatus layoutStatus,
   SizeFEx actualSize
)

Parameters

area
Specifies the layout area produced by a layout manager. 
contentRange
Specifies the content range of the layout area produced by a layout manager.
layoutStatus
Specifies the status of layout operation.
actualSize
Indicates the actual size that layout area, produced by layout manager, will occupy.

See Also