GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ARControl Class : Tag Property |
'Declaration Public Property Tag As System.Object
public System.object Tag {get; set;}
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()