ActiveReports 12
Or Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Or Method
The first operand.
The second operand.
Applies boolean '||' to booleans and bitwise '|' to numeric.
Syntax
'Declaration
 
Public Shared Function Or( _
   ByVal a As Variant, _
   ByVal b As Variant _
) As Variant
public static Variant Or( 
   Variant a,
   Variant b
)

Parameters

a
The first operand.
b
The second operand.
See Also

Reference

Variant Structure
Variant Members