ActiveReports 8
LayoutInfo Constructor(IReport,ITargetDevice)
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutInfo Structure > LayoutInfo Constructor : LayoutInfo Constructor(IReport,ITargetDevice)

report
Specifes Report instance for which layout tree will be generated. 
targetDevice
Specifes target device for the layout.

Glossary Item Box

Initializes the new instance of LayoutInfo class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal report As IReport, _
   ByVal targetDevice As ITargetDevice _
)
C# 
public LayoutInfo( 
   IReport report,
   ITargetDevice targetDevice
)

Parameters

report
Specifes Report instance for which layout tree will be generated. 
targetDevice
Specifes target device for the 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