ActiveReports 12
And Method

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

Parameters

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

Reference

Variant Structure
Variant Members