ActiveReports Developer 7
BuildLayout(IReport,ITargetDevice) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutEngine Interface > BuildLayout Method : BuildLayout(IReport,ITargetDevice) Method

report
The report to lay out.
targetDevice
ITargetDevice to use for layout.

Glossary Item Box

Builds a complete layout tree using the supplied report instance.  

Syntax

Visual Basic (Declaration) 
Overloads Function BuildLayout( _
   ByVal report As IReport, _
   ByVal targetDevice As ITargetDevice _
) As ILayoutTree
C# 
ILayoutTree BuildLayout( 
   IReport report,
   ITargetDevice targetDevice
)

Parameters

report
The report to lay out.
targetDevice
ITargetDevice to use for layout.

See Also