ActiveReports Developer 7
Layout Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutManager Interface : Layout Method

context
LayoutContext specifying information about layout operations

Glossary Item Box

Lays out the content that the specified ContentRange represents.

Syntax

Visual Basic (Declaration) 
Function Layout( _
   ByVal context As LayoutContext _
) As LayoutResult
C# 
LayoutResult Layout( 
   LayoutContext context
)

Parameters

context
LayoutContext specifying information about layout operations

Return Value

LayoutResult indicating outcome of this operation

Remarks

This method should return the exact size of the content laid out encapsulated into LayoutResult.

See Also