[]
Initializes LayoutInfo with specifies ITargetDevice and report.
public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider)
Type | Name | Description |
---|---|---|
IReport | report | |
ITargetDevice | targetDevice | |
ITextMetricsProvider | textMetrixProvider |
Initializes LayoutInfo with specifies ITargetDevice, Report and notification callback.
public LayoutInfo(IReport report, ITargetDevice targetDevice, ITextMetricsProvider textMetrixProvider, LayoutNotificationCallback notificationCallback)
Type | Name | Description |
---|---|---|
IReport | report | |
ITargetDevice | targetDevice | |
ITextMetricsProvider | textMetrixProvider | |
LayoutNotificationCallback | notificationCallback |