PowerTools ActiveReports for .NET 9.0J
Code49 プロパティ
使用例 

Code49固有の情報を設定するための、Code49Optionsオブジェクトを取得または設定します。
構文
'宣言
 
Public Property Code49 As Code49Options
public Code49Options Code49 {get; set;}
解説

Code49Optionsクラスには、GroupingプロパティとGroupプロパティが存在します。GroupingプロパティがTrueに設定されている場合には、Groupプロパティは0から8の間の数に設定されます。デフォルト値は、それぞれFalse、0です。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.barcode1.Code49.Grouping = true;
    this.barcode1.Code49.Group = 4;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.Code49.Grouping = True
    Me.Barcode1.Code49.Group = 4
End Sub
参照

関連項目

Barcode クラス
Barcode メンバ
Code49Options クラス

 

 


©2003-2015 GrapeCity inc. All rights reserved.