ActiveReports 12
Initialize Method (ILayoutManager)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutManager Interface : Initialize Method
ReportItem that will be laid out
TargetDevice for which layout operation should be performed
Allows initialization of layout manager with specifies ITargetDevice.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal forReportItem As IReportItem, _
   ByVal targetDevice As ITargetDevice _
) 
void Initialize( 
   IReportItem forReportItem,
   ITargetDevice targetDevice
)

Parameters

forReportItem
ReportItem that will be laid out
targetDevice
TargetDevice for which layout operation should be performed
Remarks
Layout subsystem will call this method before fist call to Measure/Layout.
See Also

Reference

ILayoutManager Interface
ILayoutManager Members