431 lines
24 KiB
VB.net
431 lines
24 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Public Class XtraReport1
|
|
Inherits DevExpress.XtraReports.UI.XtraReport
|
|
|
|
'XtraReport overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Designer
|
|
'It can be modified using the Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim SelectQuery1 As DevExpress.DataAccess.Sql.SelectQuery = New DevExpress.DataAccess.Sql.SelectQuery()
|
|
Dim Column1 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column()
|
|
Dim ColumnExpression1 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression()
|
|
Dim Table4 As DevExpress.DataAccess.Sql.Table = New DevExpress.DataAccess.Sql.Table()
|
|
Dim Column2 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column()
|
|
Dim ColumnExpression2 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression()
|
|
Dim Column3 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column()
|
|
Dim ColumnExpression3 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(XtraReport1))
|
|
Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components)
|
|
Me.Title = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.GroupCaption1 = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.GroupData1 = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.DetailData1VerticalFirstRow = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.DetailData1VerticalLastRow_Even = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.HeaderData1VerticalFirstRow = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.HeaderData1VerticalLastRow_Even = New DevExpress.XtraReports.UI.XRControlStyle()
|
|
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
|
|
Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand()
|
|
Me.ReportHeader = New DevExpress.XtraReports.UI.ReportHeaderBand()
|
|
Me.GroupHeader1 = New DevExpress.XtraReports.UI.GroupHeaderBand()
|
|
Me.VerticalHeader = New DevExpress.XtraReports.UI.VerticalHeaderBand()
|
|
Me.VerticalDetail = New DevExpress.XtraReports.UI.VerticalDetailBand()
|
|
Me.pageInfo1 = New DevExpress.XtraReports.UI.XRPageInfo()
|
|
Me.pageInfo2 = New DevExpress.XtraReports.UI.XRPageInfo()
|
|
Me.label1 = New DevExpress.XtraReports.UI.XRLabel()
|
|
Me.table1 = New DevExpress.XtraReports.UI.XRTable()
|
|
Me.tableRow1 = New DevExpress.XtraReports.UI.XRTableRow()
|
|
Me.tableCell1 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
Me.tableCell2 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
Me.table2 = New DevExpress.XtraReports.UI.XRTable()
|
|
Me.tableRow2 = New DevExpress.XtraReports.UI.XRTableRow()
|
|
Me.tableRow3 = New DevExpress.XtraReports.UI.XRTableRow()
|
|
Me.tableCell3 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
Me.tableCell4 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
Me.table3 = New DevExpress.XtraReports.UI.XRTable()
|
|
Me.tableRow4 = New DevExpress.XtraReports.UI.XRTableRow()
|
|
Me.tableRow5 = New DevExpress.XtraReports.UI.XRTableRow()
|
|
Me.tableCell5 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
Me.tableCell6 = New DevExpress.XtraReports.UI.XRTableCell()
|
|
CType(Me.table1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.table2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.table3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
'
|
|
'SqlDataSource1
|
|
'
|
|
Me.SqlDataSource1.ConnectionName = "DD_ProcessManager.My.MySettings.ConnectionString"
|
|
Me.SqlDataSource1.Name = "SqlDataSource1"
|
|
ColumnExpression1.ColumnName = "Anzahl"
|
|
Table4.Name = "VWPM_CHART_INVOICE_MONITOR"
|
|
ColumnExpression1.Table = Table4
|
|
Column1.Expression = ColumnExpression1
|
|
ColumnExpression2.ColumnName = "WFState"
|
|
ColumnExpression2.Table = Table4
|
|
Column2.Expression = ColumnExpression2
|
|
ColumnExpression3.ColumnName = "NettoSumme"
|
|
ColumnExpression3.Table = Table4
|
|
Column3.Expression = ColumnExpression3
|
|
SelectQuery1.Columns.Add(Column1)
|
|
SelectQuery1.Columns.Add(Column2)
|
|
SelectQuery1.Columns.Add(Column3)
|
|
SelectQuery1.Name = "VWPM_CHART_INVOICE_MONITOR"
|
|
SelectQuery1.Tables.Add(Table4)
|
|
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {SelectQuery1})
|
|
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
|
|
'
|
|
'Title
|
|
'
|
|
Me.Title.BackColor = System.Drawing.Color.Transparent
|
|
Me.Title.BorderColor = System.Drawing.Color.Black
|
|
Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None
|
|
Me.Title.BorderWidth = 1.0!
|
|
Me.Title.Font = New System.Drawing.Font("Arial", 14.25!)
|
|
Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(80, Byte), Integer))
|
|
Me.Title.Name = "Title"
|
|
'
|
|
'GroupCaption1
|
|
'
|
|
Me.GroupCaption1.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(104, Byte), Integer), CType(CType(196, Byte), Integer))
|
|
Me.GroupCaption1.BorderColor = System.Drawing.Color.White
|
|
Me.GroupCaption1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom
|
|
Me.GroupCaption1.BorderWidth = 2.0!
|
|
Me.GroupCaption1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.GroupCaption1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer))
|
|
Me.GroupCaption1.Name = "GroupCaption1"
|
|
Me.GroupCaption1.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 5, 0, 0, 254.0!)
|
|
Me.GroupCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'GroupData1
|
|
'
|
|
Me.GroupData1.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(104, Byte), Integer), CType(CType(196, Byte), Integer))
|
|
Me.GroupData1.BorderColor = System.Drawing.Color.White
|
|
Me.GroupData1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom
|
|
Me.GroupData1.BorderWidth = 2.0!
|
|
Me.GroupData1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.GroupData1.ForeColor = System.Drawing.Color.White
|
|
Me.GroupData1.Name = "GroupData1"
|
|
Me.GroupData1.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 5, 0, 0, 254.0!)
|
|
Me.GroupData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'PageInfo
|
|
'
|
|
Me.PageInfo.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(70, Byte), Integer), CType(CType(80, Byte), Integer))
|
|
Me.PageInfo.Name = "PageInfo"
|
|
Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254.0!)
|
|
'
|
|
'DetailData1VerticalFirstRow
|
|
'
|
|
Me.DetailData1VerticalFirstRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(243, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(248, Byte), Integer))
|
|
Me.DetailData1VerticalFirstRow.BorderColor = System.Drawing.Color.White
|
|
Me.DetailData1VerticalFirstRow.Borders = CType((DevExpress.XtraPrinting.BorderSide.Top Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide)
|
|
Me.DetailData1VerticalFirstRow.BorderWidth = 2.0!
|
|
Me.DetailData1VerticalFirstRow.Font = New System.Drawing.Font("Arial", 8.25!)
|
|
Me.DetailData1VerticalFirstRow.ForeColor = System.Drawing.Color.FromArgb(CType(CType(51, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(51, Byte), Integer))
|
|
Me.DetailData1VerticalFirstRow.Name = "DetailData1VerticalFirstRow"
|
|
Me.DetailData1VerticalFirstRow.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254.0!)
|
|
Me.DetailData1VerticalFirstRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'DetailData1VerticalLastRow_Even
|
|
'
|
|
Me.DetailData1VerticalLastRow_Even.BackColor = System.Drawing.Color.Transparent
|
|
Me.DetailData1VerticalLastRow_Even.BorderColor = System.Drawing.Color.White
|
|
Me.DetailData1VerticalLastRow_Even.Borders = CType((DevExpress.XtraPrinting.BorderSide.Right Or DevExpress.XtraPrinting.BorderSide.Bottom), DevExpress.XtraPrinting.BorderSide)
|
|
Me.DetailData1VerticalLastRow_Even.BorderWidth = 2.0!
|
|
Me.DetailData1VerticalLastRow_Even.Font = New System.Drawing.Font("Arial", 8.25!)
|
|
Me.DetailData1VerticalLastRow_Even.ForeColor = System.Drawing.Color.FromArgb(CType(CType(51, Byte), Integer), CType(CType(51, Byte), Integer), CType(CType(51, Byte), Integer))
|
|
Me.DetailData1VerticalLastRow_Even.Name = "DetailData1VerticalLastRow_Even"
|
|
Me.DetailData1VerticalLastRow_Even.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254.0!)
|
|
Me.DetailData1VerticalLastRow_Even.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'HeaderData1VerticalFirstRow
|
|
'
|
|
Me.HeaderData1VerticalFirstRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(37, Byte), Integer), CType(CType(129, Byte), Integer), CType(CType(216, Byte), Integer))
|
|
Me.HeaderData1VerticalFirstRow.BorderColor = System.Drawing.Color.White
|
|
Me.HeaderData1VerticalFirstRow.Borders = CType((DevExpress.XtraPrinting.BorderSide.Top Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide)
|
|
Me.HeaderData1VerticalFirstRow.BorderWidth = 2.0!
|
|
Me.HeaderData1VerticalFirstRow.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.HeaderData1VerticalFirstRow.ForeColor = System.Drawing.Color.White
|
|
Me.HeaderData1VerticalFirstRow.Name = "HeaderData1VerticalFirstRow"
|
|
Me.HeaderData1VerticalFirstRow.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254.0!)
|
|
Me.HeaderData1VerticalFirstRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'HeaderData1VerticalLastRow_Even
|
|
'
|
|
Me.HeaderData1VerticalLastRow_Even.BackColor = System.Drawing.Color.FromArgb(CType(CType(55, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.HeaderData1VerticalLastRow_Even.BorderColor = System.Drawing.Color.White
|
|
Me.HeaderData1VerticalLastRow_Even.Borders = CType((DevExpress.XtraPrinting.BorderSide.Right Or DevExpress.XtraPrinting.BorderSide.Bottom), DevExpress.XtraPrinting.BorderSide)
|
|
Me.HeaderData1VerticalLastRow_Even.BorderWidth = 2.0!
|
|
Me.HeaderData1VerticalLastRow_Even.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.HeaderData1VerticalLastRow_Even.ForeColor = System.Drawing.Color.White
|
|
Me.HeaderData1VerticalLastRow_Even.Name = "HeaderData1VerticalLastRow_Even"
|
|
Me.HeaderData1VerticalLastRow_Even.Padding = New DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254.0!)
|
|
Me.HeaderData1VerticalLastRow_Even.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft
|
|
'
|
|
'TopMargin
|
|
'
|
|
Me.TopMargin.Dpi = 254.0!
|
|
Me.TopMargin.HeightF = 254.0!
|
|
Me.TopMargin.Name = "TopMargin"
|
|
'
|
|
'BottomMargin
|
|
'
|
|
Me.BottomMargin.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.pageInfo1, Me.pageInfo2})
|
|
Me.BottomMargin.Dpi = 254.0!
|
|
Me.BottomMargin.HeightF = 91.86333!
|
|
Me.BottomMargin.Name = "BottomMargin"
|
|
'
|
|
'ReportHeader
|
|
'
|
|
Me.ReportHeader.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.label1})
|
|
Me.ReportHeader.Dpi = 254.0!
|
|
Me.ReportHeader.HeightF = 152.4!
|
|
Me.ReportHeader.Name = "ReportHeader"
|
|
'
|
|
'GroupHeader1
|
|
'
|
|
Me.GroupHeader1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.table1})
|
|
Me.GroupHeader1.Dpi = 254.0!
|
|
Me.GroupHeader1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("WFState", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
|
Me.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail
|
|
Me.GroupHeader1.HeightF = 68.58!
|
|
Me.GroupHeader1.Name = "GroupHeader1"
|
|
'
|
|
'VerticalHeader
|
|
'
|
|
Me.VerticalHeader.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.table2})
|
|
Me.VerticalHeader.Dpi = 254.0!
|
|
Me.VerticalHeader.HeightF = 142.24!
|
|
Me.VerticalHeader.Name = "VerticalHeader"
|
|
Me.VerticalHeader.RepeatEveryPage = True
|
|
Me.VerticalHeader.WidthF = 222.8771!
|
|
'
|
|
'VerticalDetail
|
|
'
|
|
Me.VerticalDetail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.table3})
|
|
Me.VerticalDetail.Dpi = 254.0!
|
|
Me.VerticalDetail.HeightF = 142.24!
|
|
Me.VerticalDetail.KeepTogether = True
|
|
Me.VerticalDetail.Name = "VerticalDetail"
|
|
Me.VerticalDetail.WidthF = 222.8771!
|
|
'
|
|
'pageInfo1
|
|
'
|
|
Me.pageInfo1.Dpi = 254.0!
|
|
Me.pageInfo1.LocationFloat = New DevExpress.Utils.PointFloat(16.0!, 16.0!)
|
|
Me.pageInfo1.Name = "pageInfo1"
|
|
Me.pageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime
|
|
Me.pageInfo1.SizeF = New System.Drawing.SizeF(1199.0!, 58.0!)
|
|
Me.pageInfo1.StyleName = "PageInfo"
|
|
'
|
|
'pageInfo2
|
|
'
|
|
Me.pageInfo2.Dpi = 254.0!
|
|
Me.pageInfo2.LocationFloat = New DevExpress.Utils.PointFloat(1247.0!, 16.0!)
|
|
Me.pageInfo2.Name = "pageInfo2"
|
|
Me.pageInfo2.SizeF = New System.Drawing.SizeF(1199.0!, 58.0!)
|
|
Me.pageInfo2.StyleName = "PageInfo"
|
|
Me.pageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight
|
|
Me.pageInfo2.TextFormatString = "Seite {0} von {1}"
|
|
'
|
|
'label1
|
|
'
|
|
Me.label1.Dpi = 254.0!
|
|
Me.label1.LocationFloat = New DevExpress.Utils.PointFloat(16.0!, 16.0!)
|
|
Me.label1.Name = "label1"
|
|
Me.label1.SizeF = New System.Drawing.SizeF(254.2506!, 61.45361!)
|
|
Me.label1.StyleName = "Title"
|
|
Me.label1.Text = "All Invoices"
|
|
'
|
|
'table1
|
|
'
|
|
Me.table1.Dpi = 254.0!
|
|
Me.table1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 5.08!)
|
|
Me.table1.Name = "table1"
|
|
Me.table1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.tableRow1})
|
|
Me.table1.SizeF = New System.Drawing.SizeF(2462.0!, 63.5!)
|
|
'
|
|
'tableRow1
|
|
'
|
|
Me.tableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.tableCell1, Me.tableCell2})
|
|
Me.tableRow1.Dpi = 254.0!
|
|
Me.tableRow1.Name = "tableRow1"
|
|
Me.tableRow1.Weight = 1.0R
|
|
'
|
|
'tableCell1
|
|
'
|
|
Me.tableCell1.Dpi = 254.0!
|
|
Me.tableCell1.Name = "tableCell1"
|
|
Me.tableCell1.StyleName = "GroupCaption1"
|
|
Me.tableCell1.Text = "WFSTATE"
|
|
Me.tableCell1.Weight = 0.065250375036492184R
|
|
'
|
|
'tableCell2
|
|
'
|
|
Me.tableCell2.Dpi = 254.0!
|
|
Me.tableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[WFState]")})
|
|
Me.tableCell2.Name = "tableCell2"
|
|
Me.tableCell2.StyleName = "GroupData1"
|
|
Me.tableCell2.Weight = 0.93474960017262387R
|
|
'
|
|
'table2
|
|
'
|
|
Me.table2.AnchorHorizontal = CType((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left Or DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right), DevExpress.XtraReports.UI.HorizontalAnchorStyles)
|
|
Me.table2.Dpi = 254.0!
|
|
Me.table2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
|
Me.table2.Name = "table2"
|
|
Me.table2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.tableRow2, Me.tableRow3})
|
|
Me.table2.SizeF = New System.Drawing.SizeF(222.8771!, 142.24!)
|
|
'
|
|
'tableRow2
|
|
'
|
|
Me.tableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.tableCell3})
|
|
Me.tableRow2.Dpi = 254.0!
|
|
Me.tableRow2.Name = "tableRow2"
|
|
Me.tableRow2.Weight = 0.5R
|
|
'
|
|
'tableRow3
|
|
'
|
|
Me.tableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.tableCell4})
|
|
Me.tableRow3.Dpi = 254.0!
|
|
Me.tableRow3.Name = "tableRow3"
|
|
Me.tableRow3.Weight = 0.5R
|
|
'
|
|
'tableCell3
|
|
'
|
|
Me.tableCell3.Dpi = 254.0!
|
|
Me.tableCell3.Name = "tableCell3"
|
|
Me.tableCell3.StyleName = "HeaderData1VerticalFirstRow"
|
|
Me.tableCell3.Text = "Anzahl"
|
|
Me.tableCell3.Weight = 1.4176663672406411R
|
|
Me.tableCell3.WordWrap = False
|
|
'
|
|
'tableCell4
|
|
'
|
|
Me.tableCell4.Dpi = 254.0!
|
|
Me.tableCell4.Name = "tableCell4"
|
|
Me.tableCell4.StyleName = "HeaderData1VerticalLastRow_Even"
|
|
Me.tableCell4.Text = "Netto Summe"
|
|
Me.tableCell4.Weight = 1.0R
|
|
Me.tableCell4.WordWrap = False
|
|
'
|
|
'table3
|
|
'
|
|
Me.table3.AnchorHorizontal = CType((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left Or DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right), DevExpress.XtraReports.UI.HorizontalAnchorStyles)
|
|
Me.table3.Dpi = 254.0!
|
|
Me.table3.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
|
Me.table3.Name = "table3"
|
|
Me.table3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.tableRow4, Me.tableRow5})
|
|
Me.table3.SizeF = New System.Drawing.SizeF(222.8771!, 142.24!)
|
|
'
|
|
'tableRow4
|
|
'
|
|
Me.tableRow4.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.tableCell5})
|
|
Me.tableRow4.Dpi = 254.0!
|
|
Me.tableRow4.Name = "tableRow4"
|
|
Me.tableRow4.Weight = 0.5R
|
|
'
|
|
'tableRow5
|
|
'
|
|
Me.tableRow5.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.tableCell6})
|
|
Me.tableRow5.Dpi = 254.0!
|
|
Me.tableRow5.Name = "tableRow5"
|
|
Me.tableRow5.Weight = 0.5R
|
|
'
|
|
'tableCell5
|
|
'
|
|
Me.tableCell5.CanGrow = False
|
|
Me.tableCell5.Dpi = 254.0!
|
|
Me.tableCell5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Anzahl]")})
|
|
Me.tableCell5.Name = "tableCell5"
|
|
Me.tableCell5.StyleName = "DetailData1VerticalFirstRow"
|
|
Me.tableCell5.StylePriority.UseTextAlignment = False
|
|
Me.tableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight
|
|
Me.tableCell5.Weight = 0.53113348626699852R
|
|
Me.tableCell5.WordWrap = False
|
|
'
|
|
'tableCell6
|
|
'
|
|
Me.tableCell6.CanGrow = False
|
|
Me.tableCell6.Dpi = 254.0!
|
|
Me.tableCell6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NettoSumme]")})
|
|
Me.tableCell6.Name = "tableCell6"
|
|
Me.tableCell6.StyleName = "DetailData1VerticalLastRow_Even"
|
|
Me.tableCell6.TextFormatString = "{0:0.00 €}"
|
|
Me.tableCell6.Weight = 0.53113348626699852R
|
|
Me.tableCell6.WordWrap = False
|
|
'
|
|
'XtraReport1
|
|
'
|
|
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMargin, Me.BottomMargin, Me.ReportHeader, Me.GroupHeader1, Me.VerticalHeader, Me.VerticalDetail})
|
|
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
|
|
Me.DataMember = "VWPM_CHART_INVOICE_MONITOR"
|
|
Me.DataSource = Me.SqlDataSource1
|
|
Me.Dpi = 254.0!
|
|
Me.Font = New System.Drawing.Font("Arial", 9.75!)
|
|
Me.Landscape = True
|
|
Me.Margins = New System.Drawing.Printing.Margins(254, 254, 254, 92)
|
|
Me.PageHeight = 2100
|
|
Me.PageWidth = 2970
|
|
Me.PaperKind = System.Drawing.Printing.PaperKind.A4
|
|
Me.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter
|
|
Me.SnapGridSize = 25.0!
|
|
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption1, Me.GroupData1, Me.PageInfo, Me.DetailData1VerticalFirstRow, Me.DetailData1VerticalLastRow_Even, Me.HeaderData1VerticalFirstRow, Me.HeaderData1VerticalLastRow_Even})
|
|
Me.Version = "19.2"
|
|
Me.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart
|
|
CType(Me.table1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.table2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.table3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource
|
|
Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents GroupCaption1 As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents GroupData1 As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents DetailData1VerticalFirstRow As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents DetailData1VerticalLastRow_Even As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents HeaderData1VerticalFirstRow As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents HeaderData1VerticalLastRow_Even As DevExpress.XtraReports.UI.XRControlStyle
|
|
Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand
|
|
Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand
|
|
Friend WithEvents pageInfo1 As DevExpress.XtraReports.UI.XRPageInfo
|
|
Friend WithEvents pageInfo2 As DevExpress.XtraReports.UI.XRPageInfo
|
|
Friend WithEvents ReportHeader As DevExpress.XtraReports.UI.ReportHeaderBand
|
|
Friend WithEvents label1 As DevExpress.XtraReports.UI.XRLabel
|
|
Friend WithEvents GroupHeader1 As DevExpress.XtraReports.UI.GroupHeaderBand
|
|
Friend WithEvents table1 As DevExpress.XtraReports.UI.XRTable
|
|
Friend WithEvents tableRow1 As DevExpress.XtraReports.UI.XRTableRow
|
|
Friend WithEvents tableCell1 As DevExpress.XtraReports.UI.XRTableCell
|
|
Friend WithEvents tableCell2 As DevExpress.XtraReports.UI.XRTableCell
|
|
Friend WithEvents VerticalHeader As DevExpress.XtraReports.UI.VerticalHeaderBand
|
|
Friend WithEvents table2 As DevExpress.XtraReports.UI.XRTable
|
|
Friend WithEvents tableRow2 As DevExpress.XtraReports.UI.XRTableRow
|
|
Friend WithEvents tableCell3 As DevExpress.XtraReports.UI.XRTableCell
|
|
Friend WithEvents tableRow3 As DevExpress.XtraReports.UI.XRTableRow
|
|
Friend WithEvents tableCell4 As DevExpress.XtraReports.UI.XRTableCell
|
|
Friend WithEvents VerticalDetail As DevExpress.XtraReports.UI.VerticalDetailBand
|
|
Friend WithEvents table3 As DevExpress.XtraReports.UI.XRTable
|
|
Friend WithEvents tableRow4 As DevExpress.XtraReports.UI.XRTableRow
|
|
Friend WithEvents tableCell5 As DevExpress.XtraReports.UI.XRTableCell
|
|
Friend WithEvents tableRow5 As DevExpress.XtraReports.UI.XRTableRow
|
|
Friend WithEvents tableCell6 As DevExpress.XtraReports.UI.XRTableCell
|
|
End Class
|