GrapeCity ActiveReports for .NET 16.0J
PDF417 プロパティ
使用例 

GrapeCity.ActiveReports.SectionReportModel 名前空間 > Barcode クラス : PDF417 プロパティ
PDF417固有の情報を設定するための、PDF417Optionsオブジェクトを取得または設定します。
シンタックス
'宣言
 
Public Property PDF417 As PDF417Options
public PDF417Options PDF417 {get; set;}
解説

PDF417Optionsクラスは、Column、ErrorLevel、Row、Typeプロパティを含んでいます。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.barcode1.PDF417.Column = 2;
    this.barcode1.PDF417.Row = -1;
    this.barcode1.PDF417.Type = GrapeCity.ActiveReports.Options.PDF417Type.Simple;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.PDF417.Column = 2
    Me.Barcode1.PDF417.Row = -1
    Me.Barcode1.PDF417.Type = GrapeCity.ActiveReports.Options.PDF417Type.Simple
End Sub
参照

Barcode クラス
Barcode メンバ
PDF417Options クラス