ActiveReports.Viewer3 Request technical support
Match Method
See Also 


obj

Syntax

Visual Basic (Declaration) 
Public Overridable Function Match( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LabelAttribute
Dim obj As Object
Dim value As Boolean
 
value = instance.Match(obj)
C# 
public virtual bool Match( 
   object obj
)

Parameters

obj

See Also