ActiveReports Developer 7
LayoutInfo Constructor(IReport,ITargetDevice)
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also