ActiveReports for .NET 18.0J
AddControlLicense メソッド

GrapeCity.ActiveReports 名前空間 > SectionReport クラス : AddControlLicense メソッド
ライセンス付きコントロールのクラス名。
ライセンス付きコントロールのライセンス情報文字列。
レポートにライセンスキーを追加します。実装時にControls.Addメソッドを使用することにより、ライセンス付きコントロールがセクションに追加されます。
シンタックス
'宣言
 
Public Sub AddControlLicense( _
   ByVal className As String, _
   ByVal license As String _
) 
public void AddControlLicense( 
   string className,
   string license
)

パラメータ

className
ライセンス付きコントロールのクラス名。
license
ライセンス付きコントロールのライセンス情報文字列。
参照

SectionReport クラス
SectionReport メンバ