ActiveReports.Viewer3 Request technical support
Tag Property
See Also 


Gets or sets user-defined information to be persisted with the control.

Syntax

Visual Basic (Declaration) 
Public Property Tag As Object
Visual Basic (Usage)Copy Code
Dim instance As Tool
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
C# 
public object Tag {get; set;}

See Also