ActiveReports 8
BuildLayout(LayoutInfo) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutEngine Interface > BuildLayout Method : BuildLayout(LayoutInfo) Method

layoutInfo
LayoutInfo use to build the layout.

Glossary Item Box

Builds a complete layout tree using the supplied LayoutInfo instance.  

Syntax

Visual Basic (Declaration) 
Overloads Function BuildLayout( _
   ByVal layoutInfo As LayoutInfo _
) As ILayoutTree
C# 
ILayoutTree BuildLayout( 
   LayoutInfo layoutInfo
)

Parameters

layoutInfo
LayoutInfo use to build the layout.

Return Value

LayoutTree instance representing the report layout.

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