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

コントロールに付随するユーザー定義の情報を取得または設定します。
構文
'宣言
 
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 メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.