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 クラス