ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutContext Structure / AdjustFromResult Method
A LayoutResult object containing the output of the ILayoutManager interface.

In This Topic
    AdjustFromResult Method
    In This Topic
    Returns a new LayoutContext corresponding to the specified LayoutResult.
    Syntax
    'Declaration
     
    Public Function AdjustFromResult( _
       ByVal result As LayoutResult _
    ) As LayoutContext
    public LayoutContext AdjustFromResult( 
       LayoutResult result
    )

    Parameters

    result
    A LayoutResult object containing the output of the ILayoutManager interface.
    See Also