ActiveReports 12
LayoutInfo Constructor(IReport,ITargetDevice)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutInfo Structure > LayoutInfo Constructor : LayoutInfo Constructor(IReport,ITargetDevice)
Specifes Report instance for which layout tree will be generated. 
Specifes target device for the layout.
Initializes the new instance of LayoutInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal report As IReport, _
   ByVal targetDevice As ITargetDevice _
)
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

Reference

LayoutInfo Structure
LayoutInfo Members
Overload List