ActiveReports 12
Before Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser Namespace > Location Structure : Before Method
The location to compare this location to.
Determins if the specific location occurs before this location.
Syntax
'Declaration
 
Public Function Before( _
   ByVal otherLocation As Location _
) As Boolean
public bool Before( 
   Location otherLocation
)

Parameters

otherLocation
The location to compare this location to.

Return Value

True if the specified location occurs this location, otherwise false.
See Also

Reference

Location Structure
Location Members