GrapeCity ActiveReports for .NET 14.0J
Tag プロパティ (ARControl)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ARControl クラス : Tag プロパティ
コントロールに付随するユーザー定義の情報を取得または設定します。
シンタックス
'宣言
 
Public Property Tag As Object
public 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()
参照

ARControl クラス
ARControl メンバ