ActiveReports 12
Tag Property (ARControl)
Example 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ARControl Class : Tag Property
Gets or sets user-defined information to be persisted with the control.
Syntax
'Declaration
 
Public Property Tag As Object
public object Tag {get; set;}
Example
GrapeCity.ActiveReports.SectionReportModel.ARControl arcontrol = new GrapeCity.ActiveReports.SectionReportModel.ARControl();
arcontrol.Tag = new TextBox();
Dim arcontrol As New GrapeCity.ActiveReports.SectionReportModel.ARControl()
arcontrol.Tag = New TextBox()
See Also

Reference

ARControl Class
ARControl Members