ActiveReports 8
LayoutResult Constructor(ILayoutArea,ContentRange,LayoutStatus,SizeFEx)

Specifies the layout area produced by a layout manager. 
Specifies the content range of the layout area produced by a layout manager.
Specifies the status of layout operation.
Indicates the actual size that layout area, produced by layout manager, will occupy.
Initializes LayoutResult with specified values
Syntax
'Declaration
 
Public Function New( _
   ByVal area As ILayoutArea, _
   ByVal contentRange As ContentRange, _
   ByVal layoutStatus As LayoutStatus, _
   ByVal actualSize As SizeFEx _
)
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

Reference

LayoutResult Structure
LayoutResult Members
Overload List

Support Forum