[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutInfo

LayoutInfo Struct

Represents the target device and other layout operation properties.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct LayoutInfo

Constructors

Name Description
LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider)

Initializes LayoutInfo with specifies ITargetDevice and report.

LayoutInfo(IReport, ITargetDevice, ITextMetricsProvider, LayoutNotificationCallback)

Initializes LayoutInfo with specifies ITargetDevice, Report and notification callback.

Fields

Name Description
TextMetricsProvider

Properties

Name Description
NotificationCallback

Specifies optional LayoutNotificationCallback that layout engine will call after completing laying out each page.

Report

Specifies Report instance for which layout tree will be generated.

TargetDevice

Specifies target device for this LayoutContext.

Extension Methods