ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / LayoutEngineExtensions Class / Layout Method

In This Topic
    Layout Method (LayoutEngineExtensions)
    In This Topic
    Syntax
    '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

    Parameters

    engine
    report
    textMetricsProvider
    targetDevice
    interactivity
    paginated
    pro
    See Also