'Declaration Public Shared Function Layout( _ ByVal engine As ILayoutEngine, _ ByVal report As IReport, _ ByVal textMetricsProvider As ITextMetricsProvider, _ ByVal targetDevice As TargetDeviceKind, _ ByVal interactivity As InteractivityType, _ Optional ByVal paginated As Boolean, _ Optional ByVal pro As Boolean _ ) As IReportLayout
public static IReportLayout Layout( ILayoutEngine engine, IReport report, ITextMetricsProvider textMetricsProvider, TargetDeviceKind targetDevice, InteractivityType interactivity, bool paginated, bool pro )
Parameters
- engine
- The layout engine to use.
- report
- The report to layout.
- textMetricsProvider
- The text metrics provider to use for layout calculations.
- targetDevice
- The target device kind for which the layout is being created.
- interactivity
- The type of interactivity for the layout.
- paginated
- Indicates whether the layout should be paginated. Default is true.
- pro
- Indicates whether the layout should use professional features. Default is true.
Return Value
An GrapeCity.ActiveReports.Extensibility.Layout.IReportLayout object representing the layout of the report.