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

forReportItem
ReportItem that will be laid out
targetDevice
TargetDevice for which layout operation should be performed

Glossary Item Box

Allows initialization of layout manager with specifies ITargetDevice.

Syntax

Visual Basic (Declaration) 
Sub Initialize( _
   ByVal forReportItem As IReportItem, _
   ByVal targetDevice As ITargetDevice _
) 
C# 
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