[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ILayoutManager.Initialize

Initialize Method

Initialize(IReportItem, ITargetDevice)

Allows initialization of the layout manager with specifies ITargetDevice.

Declaration
void Initialize(IReportItem forReportItem, ITargetDevice targetDevice)
Parameters
Type Name Description
IReportItem forReportItem

IReportItem that will be laid out

ITargetDevice targetDevice

ITargetDevice for which layout operation should be performed

Remarks

Layout subsystem will call this method before fist call to Measure/Layout.