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

Glossary Item Box

Retrieves the LayoutEngine.

Syntax

Visual Basic (Declaration) 
Function GetLayoutEngine() As ILayoutEngine
C# 
ILayoutEngine GetLayoutEngine()

Return Value

The LayoutEngine.

See Also