[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo.-ctor

LayoutInfo Constructor

LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider)

Initializes LayoutInfo with specifies ITargetDevice and report.

Declaration
public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider)
Parameters
Type Name Description
IReport report
ITargetDevice targetDevice
ITextMetricsProvider textMetrixProvider

LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider, LayoutNotificationCallback)

Initializes LayoutInfo with specifies ITargetDevice, Report and notification callback.

Declaration
public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider, LayoutNotificationCallback notificationCallback)
Parameters
Type Name Description
IReport report
ITargetDevice targetDevice
ITextMetricsProvider textMetrixProvider
LayoutNotificationCallback notificationCallback