ActiveReports 9
LayoutResult Constructor(ContentRange,LayoutStatus,SizeFEx)

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 contentRange As ContentRange, _
   ByVal layoutStatus As LayoutStatus, _
   ByVal actualSize As SizeFEx _
)
public LayoutResult( 
   ContentRange contentRange,
   LayoutStatus layoutStatus,
   SizeFEx actualSize
)

Parameters

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.
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

Reference

LayoutResult Structure
LayoutResult Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum