ActiveReports Developer 7
AdjustFromResult Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutContext Structure : AdjustFromResult Method

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

Glossary Item Box

Returns a new LayoutContext corresponding to the specified LayoutResult.

Syntax

Visual Basic (Declaration) 
Public Function AdjustFromResult( _
   ByVal result As LayoutResult _
) As LayoutContext
C# 
public LayoutContext AdjustFromResult( 
   LayoutResult result
)

Parameters

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

See Also