_ Partial Public Class rptAuswertung Inherits GrapeCity.ActiveReports.SectionReport 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then End If MyBase.Dispose(disposing) End Sub 'NOTE: The following procedure is required by the ActiveReports Designer 'It can be modified using the ActiveReports Designer. 'Do not modify it using the code editor. Private WithEvents PageHeader1 As GrapeCity.ActiveReports.SectionReportModel.PageHeader Private WithEvents Detail1 As GrapeCity.ActiveReports.SectionReportModel.Detail Private WithEvents PageFooter1 As GrapeCity.ActiveReports.SectionReportModel.PageFooter _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rptAuswertung)) Me.PageHeader1 = New GrapeCity.ActiveReports.SectionReportModel.PageHeader() Me.Label5 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Label4 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Label10 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Label2 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Label3 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Datum = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Label6 = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Line1 = New GrapeCity.ActiveReports.SectionReportModel.Line() Me.Detail1 = New GrapeCity.ActiveReports.SectionReportModel.Detail() Me.txtLKW = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAngelegt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtEingelangt = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtInfo = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtFraechter = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAnkunft = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtDauer = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.txtAuftraggeber = New GrapeCity.ActiveReports.SectionReportModel.TextBox() Me.PageFooter1 = New GrapeCity.ActiveReports.SectionReportModel.PageFooter() Me.ReportInfo1 = New GrapeCity.ActiveReports.SectionReportModel.ReportInfo() Me.lblFirma = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.lblErstellt = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Line3 = New GrapeCity.ActiveReports.SectionReportModel.Line() Me.ReportHeader1 = New GrapeCity.ActiveReports.SectionReportModel.ReportHeader() Me.lblAuswahl = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.lblHeader = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Picture1 = New GrapeCity.ActiveReports.SectionReportModel.Picture() Me.lblFraechter = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.Shape1 = New GrapeCity.ActiveReports.SectionReportModel.Shape() Me.lblStandort = New GrapeCity.ActiveReports.SectionReportModel.Label() Me.ReportFooter1 = New GrapeCity.ActiveReports.SectionReportModel.ReportFooter() CType(Me.Label5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Label4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Label10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Label2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Label3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Datum, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Label6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtLKW, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAngelegt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtEingelangt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtInfo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtFraechter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnkunft, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtDauer, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAuftraggeber, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ReportInfo1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblFirma, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblErstellt, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblAuswahl, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblHeader, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Picture1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblFraechter, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lblStandort, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'PageHeader1 ' Me.PageHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Label5, Me.Label4, Me.Label10, Me.Label2, Me.Label3, Me.Datum, Me.Label6, Me.Line1}) Me.PageHeader1.Height = 0.3679167! Me.PageHeader1.Name = "PageHeader1" ' 'Label5 ' Me.Label5.Height = 0.202! Me.Label5.HyperLink = Nothing Me.Label5.Left = 5.222! Me.Label5.Name = "Label5" Me.Label5.Style = "font-size: 9pt; font-style: italic; text-align: left" Me.Label5.Text = "Dauer" Me.Label5.Top = 0.0! Me.Label5.Width = 0.4970002! ' 'Label4 ' Me.Label4.DataField = "Abwesenheit" Me.Label4.Height = 0.357! Me.Label4.HyperLink = Nothing Me.Label4.Left = 4.389! Me.Label4.Name = "Label4" Me.Label4.Style = "font-size: 9pt; font-style: italic" Me.Label4.Text = "Ankunft Freigabe" Me.Label4.Top = 0.0! Me.Label4.Width = 0.8329999! ' 'Label10 ' Me.Label10.Height = 0.357! Me.Label10.HyperLink = Nothing Me.Label10.Left = 2.321! Me.Label10.Name = "Label10" Me.Label10.Style = "font-size: 9pt; font-style: italic; text-align: left" Me.Label10.Text = "Frächter" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Avisierer" Me.Label10.Top = 0.0! Me.Label10.Width = 1.093! ' 'Label2 ' Me.Label2.Height = 0.348! Me.Label2.HyperLink = Nothing Me.Label2.Left = 1.667! Me.Label2.Name = "Label2" Me.Label2.Style = "font-size: 9pt; font-style: italic" Me.Label2.Text = "Aviso eingelangt" Me.Label2.Top = 0.0! Me.Label2.Width = 0.6540001! ' 'Label3 ' Me.Label3.Height = 0.202! Me.Label3.HyperLink = Nothing Me.Label3.Left = 0.969! Me.Label3.Name = "Label3" Me.Label3.Style = "font-size: 9pt; font-style: italic; text-align: left" Me.Label3.Text = "Angelegt" Me.Label3.Top = 0.0! Me.Label3.Width = 0.698! ' 'Datum ' Me.Datum.Height = 0.15! Me.Datum.HyperLink = Nothing Me.Datum.Left = 0.0000004768372! Me.Datum.Name = "Datum" Me.Datum.Style = "font-size: 9pt; font-style: italic" Me.Datum.Text = "LKW-Nr" Me.Datum.Top = 0.0! Me.Datum.Width = 0.8850001! ' 'Label6 ' Me.Label6.Height = 0.202! Me.Label6.HyperLink = Nothing Me.Label6.Left = 5.719! Me.Label6.Name = "Label6" Me.Label6.Style = "font-size: 9pt; font-style: italic; text-align: left" Me.Label6.Text = "Ereignisse / Gründe für Verzögerungen" Me.Label6.Top = 0.0! Me.Label6.Width = 2.724! ' 'Line1 ' Me.Line1.Height = 0.0! Me.Line1.Left = 0.0! Me.Line1.LineWeight = 0.5! Me.Line1.Name = "Line1" Me.Line1.Top = 0.305! Me.Line1.Width = 10.86! Me.Line1.X1 = 0.0! Me.Line1.X2 = 10.86! Me.Line1.Y1 = 0.305! Me.Line1.Y2 = 0.305! ' 'Detail1 ' Me.Detail1.CanShrink = True Me.Detail1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtLKW, Me.txtAngelegt, Me.txtEingelangt, Me.txtInfo, Me.txtFraechter, Me.txtAnkunft, Me.txtDauer, Me.txtAuftraggeber}) Me.Detail1.Height = 0.3562501! Me.Detail1.KeepTogether = True Me.Detail1.Name = "Detail1" ' 'txtLKW ' Me.txtLKW.DataField = "Datum" Me.txtLKW.Height = 0.17! Me.txtLKW.Left = 0.0! Me.txtLKW.Name = "txtLKW" Me.txtLKW.OutputFormat = resources.GetString("txtLKW.OutputFormat") Me.txtLKW.Style = "font-size: 9pt; font-weight: normal; ddo-char-set: 0" Me.txtLKW.Text = "txtLKW" Me.txtLKW.Top = 0.0! Me.txtLKW.Width = 0.969! ' 'txtAngelegt ' Me.txtAngelegt.Height = 0.17! Me.txtAngelegt.Left = 0.969! Me.txtAngelegt.Name = "txtAngelegt" Me.txtAngelegt.Style = "font-size: 9pt; ddo-char-set: 0" Me.txtAngelegt.Text = "txtAngelegt" Me.txtAngelegt.Top = 0.0! Me.txtAngelegt.Width = 0.698! ' 'txtEingelangt ' Me.txtEingelangt.Height = 0.17! Me.txtEingelangt.Left = 1.667! Me.txtEingelangt.Name = "txtEingelangt" Me.txtEingelangt.Style = "font-size: 9pt; text-align: left; ddo-char-set: 0" Me.txtEingelangt.Text = "txtEingelangt" Me.txtEingelangt.Top = 0.0! Me.txtEingelangt.Width = 0.6540001! ' 'txtInfo ' Me.txtInfo.DataField = "Info" Me.txtInfo.Height = 0.347! Me.txtInfo.Left = 5.719! Me.txtInfo.Name = "txtInfo" Me.txtInfo.Style = "font-family: Arial; font-size: 8pt; text-align: left; ddo-char-set: 0" Me.txtInfo.Text = "txtInfo" Me.txtInfo.Top = 0.0! Me.txtInfo.Width = 5.072! ' 'txtFraechter ' Me.txtFraechter.CanGrow = False Me.txtFraechter.Height = 0.17! Me.txtFraechter.Left = 2.321! Me.txtFraechter.Name = "txtFraechter" Me.txtFraechter.Style = "font-size: 9pt; text-align: left; ddo-char-set: 0" Me.txtFraechter.Text = "txtFrächter" Me.txtFraechter.Top = 0.0! Me.txtFraechter.Width = 2.068! ' 'txtAnkunft ' Me.txtAnkunft.CanGrow = False Me.txtAnkunft.DataField = "Abwesenheit" Me.txtAnkunft.Height = 0.347! Me.txtAnkunft.Left = 4.389! Me.txtAnkunft.Name = "txtAnkunft" Me.txtAnkunft.Style = "font-size: 9pt; text-align: left; ddo-char-set: 0" Me.txtAnkunft.Text = "txtAnkunft" Me.txtAnkunft.Top = 0.0! Me.txtAnkunft.Width = 0.8330002! ' 'txtDauer ' Me.txtDauer.Height = 0.17! Me.txtDauer.Left = 5.222! Me.txtDauer.Name = "txtDauer" Me.txtDauer.Style = "font-size: 9pt; text-align: left; ddo-char-set: 0" Me.txtDauer.Text = "txtDauer" Me.txtDauer.Top = 0.0! Me.txtDauer.Width = 0.4970002! ' 'txtAuftraggeber ' Me.txtAuftraggeber.CanGrow = False Me.txtAuftraggeber.Height = 0.17! Me.txtAuftraggeber.Left = 2.321! Me.txtAuftraggeber.Name = "txtAuftraggeber" Me.txtAuftraggeber.Style = "font-size: 9pt; text-align: left; ddo-char-set: 0" Me.txtAuftraggeber.Text = "txtAuftraggeber" Me.txtAuftraggeber.Top = 0.17! Me.txtAuftraggeber.Width = 2.068! ' 'PageFooter1 ' Me.PageFooter1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.ReportInfo1, Me.lblFirma, Me.lblErstellt, Me.Line3}) Me.PageFooter1.Height = 0.2088333! Me.PageFooter1.Name = "PageFooter1" ' 'ReportInfo1 ' Me.ReportInfo1.FormatString = "Seite {PageNumber} von {PageCount} Seiten " Me.ReportInfo1.Height = 0.2! Me.ReportInfo1.Left = 7.313! Me.ReportInfo1.Name = "ReportInfo1" Me.ReportInfo1.Style = "font-size: 8pt; text-align: right" Me.ReportInfo1.Top = 0.0! Me.ReportInfo1.Width = 3.478! ' 'lblFirma ' Me.lblFirma.Height = 0.2! Me.lblFirma.HyperLink = Nothing Me.lblFirma.Left = 3.061! Me.lblFirma.Name = "lblFirma" Me.lblFirma.Style = "font-size: 8pt; text-align: center" Me.lblFirma.Text = "Label6" Me.lblFirma.Top = 0.0! Me.lblFirma.Width = 4.252! ' 'lblErstellt ' Me.lblErstellt.Height = 0.2! Me.lblErstellt.HyperLink = Nothing Me.lblErstellt.Left = 0.0! Me.lblErstellt.Name = "lblErstellt" Me.lblErstellt.Style = "font-size: 8pt" Me.lblErstellt.Text = "Label6" Me.lblErstellt.Top = 0.0! Me.lblErstellt.Width = 3.0! ' 'Line3 ' Me.Line3.Height = 0.0! Me.Line3.Left = 0.0! Me.Line3.LineWeight = 1.0! Me.Line3.Name = "Line3" Me.Line3.Top = 0.0! Me.Line3.Width = 10.86! Me.Line3.X1 = 0.0! Me.Line3.X2 = 10.86! Me.Line3.Y1 = 0.0! Me.Line3.Y2 = 0.0! ' 'ReportHeader1 ' Me.ReportHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.lblAuswahl, Me.lblHeader, Me.Picture1, Me.lblFraechter, Me.Shape1, Me.lblStandort}) Me.ReportHeader1.Height = 0.9687503! Me.ReportHeader1.Name = "ReportHeader1" ' 'lblAuswahl ' Me.lblAuswahl.Height = 0.5100001! Me.lblAuswahl.HyperLink = Nothing Me.lblAuswahl.Left = 3.23! Me.lblAuswahl.Name = "lblAuswahl" Me.lblAuswahl.Style = "font-size: 9pt; font-style: italic" Me.lblAuswahl.Text = "Auswahl" Me.lblAuswahl.Top = 0.0! Me.lblAuswahl.Width = 4.718! ' 'lblHeader ' Me.lblHeader.Height = 0.281! Me.lblHeader.HyperLink = Nothing Me.lblHeader.Left = 0.0! Me.lblHeader.Name = "lblHeader" Me.lblHeader.Style = "font-size: 14pt; font-weight: bold" Me.lblHeader.Text = "lblHeader" Me.lblHeader.Top = 0.0! Me.lblHeader.Width = 3.0! ' 'Picture1 ' Me.Picture1.Height = 0.5840001! Me.Picture1.ImageData = CType(resources.GetObject("Picture1.ImageData"), System.IO.Stream) Me.Picture1.Left = 8.059! Me.Picture1.Name = "Picture1" Me.Picture1.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom Me.Picture1.Top = 0.0! Me.Picture1.Width = 2.801917! ' 'lblFraechter ' Me.lblFraechter.Height = 0.273! Me.lblFraechter.HyperLink = Nothing Me.lblFraechter.Left = 0.145! Me.lblFraechter.Name = "lblFraechter" Me.lblFraechter.Style = "font-size: 12pt; font-weight: bold; vertical-align: middle; white-space: nowrap; " & _ "ddo-wrap-mode: nowrap" Me.lblFraechter.Text = "Frächter" Me.lblFraechter.Top = 0.636! Me.lblFraechter.Visible = False Me.lblFraechter.Width = 3.831! ' 'Shape1 ' Me.Shape1.Height = 0.325! Me.Shape1.Left = 0.08400001! Me.Shape1.LineWeight = 2.0! Me.Shape1.Name = "Shape1" Me.Shape1.RoundingRadius = New GrapeCity.ActiveReports.Controls.CornersRadius(30.0!, Nothing, Nothing, Nothing, Nothing) Me.Shape1.Style = GrapeCity.ActiveReports.SectionReportModel.ShapeType.RoundRect Me.Shape1.Top = 0.5840001! Me.Shape1.Visible = False Me.Shape1.Width = 3.99! ' 'lblStandort ' Me.lblStandort.Height = 0.21! Me.lblStandort.HyperLink = Nothing Me.lblStandort.Left = 0.0! Me.lblStandort.Name = "lblStandort" Me.lblStandort.Style = "font-size: 12pt; font-weight: bold" Me.lblStandort.Text = "Grenzstelle" Me.lblStandort.Top = 0.3! Me.lblStandort.Visible = False Me.lblStandort.Width = 3.0! ' 'ReportFooter1 ' Me.ReportFooter1.Height = 0.0! Me.ReportFooter1.Name = "ReportFooter1" ' 'rptAuswertung ' Me.MasterReport = False Me.PageSettings.DefaultPaperSize = False Me.PageSettings.Orientation = GrapeCity.ActiveReports.Document.Section.PageOrientation.Landscape Me.PageSettings.PaperHeight = 11.69291! Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4 Me.PageSettings.PaperWidth = 8.267716! Me.PrintWidth = 10.86092! Me.ScriptLanguage = "VB.NET" Me.Sections.Add(Me.ReportHeader1) Me.Sections.Add(Me.PageHeader1) Me.Sections.Add(Me.Detail1) Me.Sections.Add(Me.PageFooter1) Me.Sections.Add(Me.ReportFooter1) Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" & _ "l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal")) Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal")) Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" & _ "lic", "Heading2", "Normal")) Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal")) CType(Me.Label5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Label4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Label10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Label2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Label3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Datum, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Label6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtLKW, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAngelegt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtEingelangt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtInfo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtFraechter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnkunft, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtDauer, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAuftraggeber, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ReportInfo1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblFirma, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblErstellt, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblAuswahl, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblHeader, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Picture1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblFraechter, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lblStandort, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Private WithEvents txtLKW As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents Datum As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents Label3 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents Label4 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents Label5 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents txtAngelegt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtEingelangt As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents Line1 As GrapeCity.ActiveReports.SectionReportModel.Line Private WithEvents lblErstellt As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents lblFirma As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents ReportInfo1 As GrapeCity.ActiveReports.SectionReportModel.ReportInfo Private WithEvents Line3 As GrapeCity.ActiveReports.SectionReportModel.Line Private WithEvents txtInfo As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents ReportHeader1 As GrapeCity.ActiveReports.SectionReportModel.ReportHeader Private WithEvents lblAuswahl As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents lblHeader As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents ReportFooter1 As GrapeCity.ActiveReports.SectionReportModel.ReportFooter Private WithEvents Label10 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents Label2 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents txtFraechter As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAnkunft As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents Picture1 As GrapeCity.ActiveReports.SectionReportModel.Picture Private WithEvents lblFraechter As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents Shape1 As GrapeCity.ActiveReports.SectionReportModel.Shape Private WithEvents Label6 As GrapeCity.ActiveReports.SectionReportModel.Label Private WithEvents txtDauer As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents txtAuftraggeber As GrapeCity.ActiveReports.SectionReportModel.TextBox Private WithEvents lblStandort As GrapeCity.ActiveReports.SectionReportModel.Label End Class