ActiveReports 12
AdjustFromResult Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : AdjustFromResult Method
A LayoutResult object containing the output of the ILayoutManager interface.
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

Reference

LayoutContext Structure
LayoutContext Members