This is a migrated thread and some comments may be shown as answers.

Generic GDI+ error

1 Answer 240 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Catriona
Top achievements
Rank 1
Catriona asked on 26 Jan 2016, 04:24 PM

I intermittently receive the error below when rendering reports to the report viewer. I have a program returning 2 reports each with their own report viewer using Q3 2009.

The only image on the report is a picture box with an embedded image. Both reports return 4 pages.

 A Generic Error occurred in GDI+

Error Stack: 

>>EnsureHandleCreated called: 197984

*** ReportProcessor.Render STARTED ***
*** ReportProcessor.GetRenderer STARTED ***
*** ReportProcessor.GetRenderer DONE in 00:00:00.0000144 ***

*** ProcessReport #0 STARTED ***
*** Report Processing STARTED ***
>>EnsureHandleCreated called: 6489446

*** ReportProcessor.Render STARTED ***
*** ReportProcessor.GetRenderer STARTED ***
*** ReportProcessor.GetRenderer DONE in 00:00:00.0000099 ***

*** ProcessReport #0 STARTED ***
*** Report Processing STARTED ***
*** Report Processing DONE in 00:00:00.5755902 ***

*** Measure Report (Horizontal) STARTED ***
*** Measure Report (Horizontal) DONE in 00:00:00.1130391 ***

*** Measure Report (Vertical) STARTED ***
*** Measure Report (Vertical) DONE in 00:00:00.1433689 ***
*** ProcessReport #0 DONE in 00:00:00.8408873 ***

*** COUNT PAGES STARTED ***
*** COUNT PAGES DONE in 00:00:00.0894381 ***

*** RenderReport #0 STARTED ***
*** RENDER PAGES STARTED ***
*** Report Processing DONE in 00:00:00.5986645 ***

*** Measure Report (Horizontal) STARTED ***
*** Measure Report (Horizontal) DONE in 00:00:00.1083001 ***

*** Measure Report (Vertical) STARTED ***
*** Measure Report (Vertical) DONE in 00:00:00.2005723 ***
*** ProcessReport #0 DONE in 00:00:00.9367780 ***

*** COUNT PAGES STARTED ***
*** COUNT PAGES DONE in 00:00:00.1127065 ***

*** RenderReport #0 STARTED ***
*** RENDER PAGES STARTED ***
*** RENDER PAGES DONE in 00:00:00.8527610 ***
An error has occured while rendering the report: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Imaging.Metafile..ctor(Stream stream)
at Telerik.ReportViewer.WinForms.DrawablePage..ctor(Stream stream)
at Telerik.ReportViewer.WinForms.PageLayout.AddPage(Stream stream)
at Telerik.ReportViewer.WinForms.WinViewer.OnStreamReady(Object sender, StreamReadyEventArgs eventArgs)
at Telerik.ReportViewer.WinForms.RenderFileManager.OnStreamReady(StreamReadyEventArgs eventArgs)
at Telerik.ReportViewer.WinForms.RenderFileManager.RenderStream.Finish()
at Telerik.Reporting.ImageRendering.CompositionGdi.SendPhysicalPages()
at Telerik.Reporting.ImageRendering.CompositionBase.SendPhysicalPages(Boolean force)
at Telerik.Reporting.ImageRendering.ImageRendererBase.ProcessPages(CompositionBase composition, RenderingElement renderingReport, Int32 startPage, Int32 endPage, Boolean render)
at Telerik.Reporting.ImageRendering.ImageRendererBase.ProcessPages(Report report, CompositionBase composition, Int32 startPage, Int32 endPage, Boolean render)
at Telerik.Reporting.ImageRendering.ImageRendererBase.RenderPages(Report report, CompositionBase composition)
at Telerik.Reporting.ImageRendering.ImageRendererBase.RenderReport(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback)
*** RenderReport #0 DONE in 00:00:00.9110070 ***
*** ReportProcessor.Render DONE in 00:00:01.8837380 ***
WinViewer> An error has occured while rendering a report:
System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
at System.Drawing.Imaging.Metafile..ctor(Stream stream)
at Telerik.ReportViewer.WinForms.DrawablePage..ctor(Stream stream)
at Telerik.ReportViewer.WinForms.PageLayout.AddPage(Stream stream)
at Telerik.ReportViewer.WinForms.WinViewer.OnStreamReady(Object sender, StreamReadyEventArgs eventArgs)
at Telerik.ReportViewer.WinForms.RenderFileManager.OnStreamReady(StreamReadyEventArgs eventArgs)
at Telerik.ReportViewer.WinForms.RenderFileManager.RenderStream.Finish()
at Telerik.Reporting.ImageRendering.CompositionGdi.SendPhysicalPages()
at Telerik.Reporting.ImageRendering.CompositionBase.SendPhysicalPages(Boolean force)
at Telerik.Reporting.ImageRendering.ImageRendererBase.ProcessPages(CompositionBase composition, RenderingElement renderingReport, Int32 startPage, Int32 endPage, Boolean render)
at Telerik.Reporting.ImageRendering.ImageRendererBase.ProcessPages(Report report, CompositionBase composition, Int32 startPage, Int32 endPage, Boolean render)
at Telerik.Reporting.ImageRendering.ImageRendererBase.RenderPages(Report report, CompositionBase composition)
at Telerik.Reporting.ImageRendering.ImageRendererBase.RenderReport(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback)
at Telerik.Reporting.ImageRendering.ImageRendererBase.Telerik.Reporting.Processing.IRenderingExtension.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback)
at Telerik.Reporting.Processing.ReportProcessor.Render(IList`1 reports, ExtensionInfo extensionInfo, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback)
at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback)
at Telerik.ReportViewer.WinForms.RenderingThread.ThreadFunc(Object o)
*** RENDER PAGES DONE in 00:00:00.8294748 ***
*** RenderReport #0 DONE in 00:00:00.8304610 ***
*** ReportProcessor.Render DONE in 00:00:01.9567294 ***

 

--------------------------------------------------------------

 

I have included the designer info below

 

 

Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports Telerik.Reporting
Imports Telerik.Reporting.Drawing
Partial Class repRefundsAndExchanges
'NOTE: The following procedure is required by the telerik Reporting Designer
'It can be modified using the telerik Reporting Designer.
'Do not modify it using the code editor.
Private Sub InitializeComponent()
Dim FormattingRule1 As Telerik.Reporting.Drawing.FormattingRule = New Telerik.Reporting.Drawing.FormattingRule
Dim FormattingRule2 As Telerik.Reporting.Drawing.FormattingRule = New Telerik.Reporting.Drawing.FormattingRule
Dim FormattingRule3 As Telerik.Reporting.Drawing.FormattingRule = New Telerik.Reporting.Drawing.FormattingRule
Dim FormattingRule4 As Telerik.Reporting.Drawing.FormattingRule = New Telerik.Reporting.Drawing.FormattingRule
Dim FormattingRule5 As Telerik.Reporting.Drawing.FormattingRule = New Telerik.Reporting.Drawing.FormattingRule
Dim StyleRule1 As Telerik.Reporting.Drawing.StyleRule = New Telerik.Reporting.Drawing.StyleRule
Dim StyleRule2 As Telerik.Reporting.Drawing.StyleRule = New Telerik.Reporting.Drawing.StyleRule
Dim StyleRule3 As Telerik.Reporting.Drawing.StyleRule = New Telerik.Reporting.Drawing.StyleRule
Dim StyleRule4 As Telerik.Reporting.Drawing.StyleRule = New Telerik.Reporting.Drawing.StyleRule
Me.labelsGroupHeader = New Telerik.Reporting.GroupHeaderSection
Me.txtGroupColumnData = New Telerik.Reporting.TextBox
Me.txtGroupHeaderVerticalLine2 = New Telerik.Reporting.TextBox
Me.txtGroupHeaderVerticalLine3 = New Telerik.Reporting.TextBox
Me.txtGroupHeaderVerticalLine1 = New Telerik.Reporting.TextBox
Me.labelsGroupFooter = New Telerik.Reporting.GroupFooterSection
Me.TextBox95 = New Telerik.Reporting.TextBox
Me.TextBox34 = New Telerik.Reporting.TextBox
Me.TextBox35 = New Telerik.Reporting.TextBox
Me.TextBox36 = New Telerik.Reporting.TextBox
Me.TextBox37 = New Telerik.Reporting.TextBox
Me.TextBox38 = New Telerik.Reporting.TextBox
Me.TextBox39 = New Telerik.Reporting.TextBox
Me.TextBox40 = New Telerik.Reporting.TextBox
Me.TextBox42 = New Telerik.Reporting.TextBox
Me.TextBox43 = New Telerik.Reporting.TextBox
Me.TextBox44 = New Telerik.Reporting.TextBox
Me.TextBox45 = New Telerik.Reporting.TextBox
Me.TextBox46 = New Telerik.Reporting.TextBox
Me.TextBox47 = New Telerik.Reporting.TextBox
Me.TextBox48 = New Telerik.Reporting.TextBox
Me.TextBox49 = New Telerik.Reporting.TextBox
Me.TextBox50 = New Telerik.Reporting.TextBox
Me.TextBox51 = New Telerik.Reporting.TextBox
Me.TextBox52 = New Telerik.Reporting.TextBox
Me.TextBox53 = New Telerik.Reporting.TextBox
Me.TextBox54 = New Telerik.Reporting.TextBox
Me.TextBox55 = New Telerik.Reporting.TextBox
Me.TextBox56 = New Telerik.Reporting.TextBox
Me.TextBox58 = New Telerik.Reporting.TextBox
Me.TextBox59 = New Telerik.Reporting.TextBox
Me.TextBox60 = New Telerik.Reporting.TextBox
Me.TextBox69 = New Telerik.Reporting.TextBox
Me.TextBox70 = New Telerik.Reporting.TextBox
Me.txtGroupFooterVerticalLine2 = New Telerik.Reporting.TextBox
Me.txtGroupFooterVerticalLine3 = New Telerik.Reporting.TextBox
Me.TextBox71 = New Telerik.Reporting.TextBox
Me.TextBox41 = New Telerik.Reporting.TextBox
Me.TextBox57 = New Telerik.Reporting.TextBox
Me.labelsGroup = New Telerik.Reporting.Group
Me.pageHeader = New Telerik.Reporting.PageHeaderSection
Me.titleTextBox = New Telerik.Reporting.TextBox
Me.txtSearchCriteria = New Telerik.Reporting.TextBox
Me.txtFirstColumnTitle = New Telerik.Reporting.TextBox
Me.TextBox75 = New Telerik.Reporting.TextBox
Me.txtPageHeaderLine = New Telerik.Reporting.TextBox
Me.txtReportFormat = New Telerik.Reporting.TextBox
Me.TextBox1 = New Telerik.Reporting.TextBox
Me.TextBox2 = New Telerik.Reporting.TextBox
Me.TextBox3 = New Telerik.Reporting.TextBox
Me.TextBox4 = New Telerik.Reporting.TextBox
Me.TextBox5 = New Telerik.Reporting.TextBox
Me.TextBox6 = New Telerik.Reporting.TextBox
Me.TextBox7 = New Telerik.Reporting.TextBox
Me.TextBox8 = New Telerik.Reporting.TextBox
Me.TextBox9 = New Telerik.Reporting.TextBox
Me.TextBox10 = New Telerik.Reporting.TextBox
Me.TextBox13 = New Telerik.Reporting.TextBox
Me.txtGreenPanelHeading = New Telerik.Reporting.TextBox
Me.TextBox12 = New Telerik.Reporting.TextBox
Me.TextBox14 = New Telerik.Reporting.TextBox
Me.TextBox15 = New Telerik.Reporting.TextBox
Me.TextBox16 = New Telerik.Reporting.TextBox
Me.TextBox17 = New Telerik.Reporting.TextBox
Me.TextBox18 = New Telerik.Reporting.TextBox
Me.TextBox19 = New Telerik.Reporting.TextBox
Me.TextBox20 = New Telerik.Reporting.TextBox
Me.TextBox21 = New Telerik.Reporting.TextBox
Me.TextBox22 = New Telerik.Reporting.TextBox
Me.TextBox23 = New Telerik.Reporting.TextBox
Me.TextBox24 = New Telerik.Reporting.TextBox
Me.TextBox25 = New Telerik.Reporting.TextBox
Me.TextBox26 = New Telerik.Reporting.TextBox
Me.TextBox27 = New Telerik.Reporting.TextBox
Me.TextBox28 = New Telerik.Reporting.TextBox
Me.txtBluePanelHeading = New Telerik.Reporting.TextBox
Me.TextBox30 = New Telerik.Reporting.TextBox
Me.TextBox31 = New Telerik.Reporting.TextBox
Me.TextBox32 = New Telerik.Reporting.TextBox
Me.TextBox33 = New Telerik.Reporting.TextBox
Me.TextBox62 = New Telerik.Reporting.TextBox
Me.TextBox61 = New Telerik.Reporting.TextBox
Me.TextBox63 = New Telerik.Reporting.TextBox
Me.TextBox64 = New Telerik.Reporting.TextBox
Me.TextBox65 = New Telerik.Reporting.TextBox
Me.TextBox66 = New Telerik.Reporting.TextBox
Me.TextBox67 = New Telerik.Reporting.TextBox
Me.TextBox68 = New Telerik.Reporting.TextBox
Me.pageFooter = New Telerik.Reporting.PageFooterSection
Me.currentTimeTextBox = New Telerik.Reporting.TextBox
Me.pageInfoTextBox = New Telerik.Reporting.TextBox
Me.detail = New Telerik.Reporting.DetailSection
Me.txtFirstColumnData = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebReturnsPercent = New Telerik.Reporting.TextBox
Me.txWebTotalsTotalWebReturnsRetail = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebReturnsUnits = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebRefundUnits = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebRefundPercent = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebExchangePercent = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebExchangeRetail = New Telerik.Reporting.TextBox
Me.txtWebTotalsTotalWebExchangeUnits = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreExchangeUnits = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreExchangeRetail = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreExchangePercent = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreRefundPercent = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreRefundRetail = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreRefundUnits = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreReturnsUnits = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreReturnsRetail = New Telerik.Reporting.TextBox
Me.txtStoresTotalsTotalStoreReturnsPercent = New Telerik.Reporting.TextBox
Me.txtTotalReturnsPercent = New Telerik.Reporting.TextBox
Me.txtTotalReturnsRetail = New Telerik.Reporting.TextBox
Me.txtTotalReturnsUnits = New Telerik.Reporting.TextBox
Me.txtTotalSalesRetail = New Telerik.Reporting.TextBox
Me.txtTotalSalesUnits = New Telerik.Reporting.TextBox
Me.txtTotalRefundUnits = New Telerik.Reporting.TextBox
Me.txtTotalRefundRetail = New Telerik.Reporting.TextBox
Me.txtTotalRefundPercent = New Telerik.Reporting.TextBox
Me.txtTotalExchangePercent = New Telerik.Reporting.TextBox
Me.txtTotalExchangeRetail = New Telerik.Reporting.TextBox
Me.txtTotalExchangeUnits = New Telerik.Reporting.TextBox
Me.txtDetailVerticalLine2 = New Telerik.Reporting.TextBox
Me.txtDetailVerticalLine3 = New Telerik.Reporting.TextBox
Me.txtDetailVerticalLine1 = New Telerik.Reporting.TextBox
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'labelsGroupHeader
'
FormattingRule1.Filters.AddRange(New Telerik.Reporting.Data.Filter() {New Telerik.Reporting.Data.Filter("=Fields.[region_code]", Telerik.Reporting.Data.FilterOperator.Equal, "=""<NONE>""")})
FormattingRule1.Style.Visible = False
FormattingRule2.Filters.AddRange(New Telerik.Reporting.Data.Filter() {New Telerik.Reporting.Data.Filter("=Fields.[region_code]", Telerik.Reporting.Data.FilterOperator.Equal, "=""ZZZZ""")})
FormattingRule2.Style.Visible = False
Me.labelsGroupHeader.ConditionalFormatting.AddRange(New Telerik.Reporting.Drawing.FormattingRule() {FormattingRule1, FormattingRule2})
Me.labelsGroupHeader.Height = New Telerik.Reporting.Drawing.Unit(0.34000000357627869, Telerik.Reporting.Drawing.UnitType.Cm)
Me.labelsGroupHeader.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.txtGroupColumnData, Me.txtGroupHeaderVerticalLine2, Me.txtGroupHeaderVerticalLine3, Me.txtGroupHeaderVerticalLine1})
Me.labelsGroupHeader.Name = "labelsGroupHeader"
Me.labelsGroupHeader.PrintOnEveryPage = True
'
'txtGroupColumnData
'
Me.txtGroupColumnData.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.099999949336051941, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupColumnData.Name = "txtGroupColumnData"
Me.txtGroupColumnData.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.9000000953674316, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupColumnData.Style.Font.Bold = True
Me.txtGroupColumnData.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupColumnData.Style.Font.Underline = False
Me.txtGroupColumnData.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtGroupColumnData.Value = "=Fields.[region_code]"
'
'txtGroupHeaderVerticalLine2
'
Me.txtGroupHeaderVerticalLine2.Angle = 285
Me.txtGroupHeaderVerticalLine2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.149999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine2.Name = "txtGroupHeaderVerticalLine2"
Me.txtGroupHeaderVerticalLine2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.34000000357627869, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGroupHeaderVerticalLine2.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupHeaderVerticalLine2.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtGroupHeaderVerticalLine3
'
Me.txtGroupHeaderVerticalLine3.Angle = 285
Me.txtGroupHeaderVerticalLine3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.549999237060547, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine3.Name = "txtGroupHeaderVerticalLine3"
Me.txtGroupHeaderVerticalLine3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.34000000357627869, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGroupHeaderVerticalLine3.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupHeaderVerticalLine3.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtGroupHeaderVerticalLine1
'
Me.txtGroupHeaderVerticalLine1.Angle = 285
Me.txtGroupHeaderVerticalLine1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.059999942779541, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine1.Name = "txtGroupHeaderVerticalLine1"
Me.txtGroupHeaderVerticalLine1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.34000000357627869, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupHeaderVerticalLine1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGroupHeaderVerticalLine1.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupHeaderVerticalLine1.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'labelsGroupFooter
'
FormattingRule3.Filters.AddRange(New Telerik.Reporting.Data.Filter() {New Telerik.Reporting.Data.Filter("=Fields.[region_code]", Telerik.Reporting.Data.FilterOperator.Equal, "=""<NONE>""")})
FormattingRule3.Style.Visible = False
FormattingRule4.Filters.AddRange(New Telerik.Reporting.Data.Filter() {New Telerik.Reporting.Data.Filter("=Fields.[region_code]", Telerik.Reporting.Data.FilterOperator.Equal, "=""ZZZZ""")})
FormattingRule4.Style.Visible = False
Me.labelsGroupFooter.ConditionalFormatting.AddRange(New Telerik.Reporting.Drawing.FormattingRule() {FormattingRule3, FormattingRule4})
Me.labelsGroupFooter.Height = New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm)
Me.labelsGroupFooter.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.TextBox95, Me.TextBox34, Me.TextBox35, Me.TextBox36, Me.TextBox37, Me.TextBox38, Me.TextBox39, Me.TextBox40, Me.TextBox42, Me.TextBox43, Me.TextBox44, Me.TextBox45, Me.TextBox46, Me.TextBox47, Me.TextBox48, Me.TextBox49, Me.TextBox50, Me.TextBox51, Me.TextBox52, Me.TextBox53, Me.TextBox54, Me.TextBox55, Me.TextBox56, Me.TextBox58, Me.TextBox59, Me.TextBox60, Me.TextBox69, Me.TextBox70, Me.txtGroupFooterVerticalLine2, Me.txtGroupFooterVerticalLine3, Me.TextBox71, Me.TextBox41, Me.TextBox57})
Me.labelsGroupFooter.KeepTogether = False
Me.labelsGroupFooter.Name = "labelsGroupFooter"
Me.labelsGroupFooter.Style.Visible = True
'
'TextBox95
'
Me.TextBox95.Name = "TextBox95"
Me.TextBox95.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.9999001026153564, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox95.Style.Font.Bold = True
Me.TextBox95.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox95.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right
Me.TextBox95.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox95.TextWrap = False
Me.TextBox95.Value = "Region Total"
'
'TextBox34
'
Me.TextBox34.Format = "{0:N0}"
Me.TextBox34.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.1000001430511475, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.004193461500108242, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox34.Name = "TextBox34"
Me.TextBox34.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox34.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox34.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox34.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox34.Style.Font.Bold = True
Me.TextBox34.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox34.Style.Font.Underline = False
Me.TextBox34.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox34.Value = "=sum(Fields.[total_sales_units])"
'
'TextBox35
'
Me.TextBox35.Format = "{0:N0}"
Me.TextBox35.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(3.0002002716064453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox35.Name = "TextBox35"
Me.TextBox35.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0995995998382568, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox35.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox35.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox35.Style.Font.Bold = True
Me.TextBox35.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox35.Style.Font.Underline = False
Me.TextBox35.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox35.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox35.Value = "=sum(Fields.[total_sales_retail])"
'
'TextBox36
'
Me.TextBox36.Format = "{0:N0}"
Me.TextBox36.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.1012482643127441, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox36.Name = "TextBox36"
Me.TextBox36.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox36.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox36.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox36.Style.Font.Bold = True
Me.TextBox36.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox36.Style.Font.Underline = False
Me.TextBox36.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox36.Value = "=sum(Fields.[total_returns_units])"
'
'TextBox37
'
Me.TextBox37.Format = "{0:N0}"
Me.TextBox37.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.8514485359191895, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox37.Name = "TextBox37"
Me.TextBox37.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2000000476837158, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox37.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox37.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox37.Style.Font.Bold = True
Me.TextBox37.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox37.Style.Font.Underline = False
Me.TextBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox37.Value = "=sum(Fields.[total_returns_retail])"
'
'TextBox38
'
Me.TextBox38.Format = "{0:N1}"
Me.TextBox38.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(8.6987504959106445, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox38.Name = "TextBox38"
Me.TextBox38.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox38.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox38.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox38.Style.Font.Bold = True
Me.TextBox38.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox38.Style.Font.Underline = False
Me.TextBox38.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox38.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox38.Value = "=(sum(Fields.[total_refund_retail]) / sum(Fields.[total_sales_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & _
"" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox39
'
Me.TextBox39.Format = "{0:N0}"
Me.TextBox39.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(7.5506176948547363, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.004193461500108242, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox39.Name = "TextBox39"
Me.TextBox39.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1193820238113403, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox39.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox39.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox39.Style.Font.Bold = True
Me.TextBox39.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox39.Style.Font.Underline = False
Me.TextBox39.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox39.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox39.Value = "=sum(Fields.[total_refund_retail])"
'
'TextBox40
'
Me.TextBox40.Format = "{0:N0}"
Me.TextBox40.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.7985324859619141, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox40.Name = "TextBox40"
Me.TextBox40.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.73020893335342407, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox40.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox40.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox40.Style.Font.Bold = True
Me.TextBox40.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox40.Style.Font.Underline = False
Me.TextBox40.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox40.Value = "=sum(Fields.[total_refund_units])"
'
'TextBox42
'
Me.TextBox42.Format = "{0:N0}"
Me.TextBox42.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(9.400416374206543, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.004193461500108242, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox42.Name = "TextBox42"
Me.TextBox42.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.7500002384185791, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox42.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox42.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox42.Style.Font.Bold = True
Me.TextBox42.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox42.Style.Font.Underline = False
Me.TextBox42.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox42.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox42.Value = "=sum(Fields.[total_exchange_units])"
'
'TextBox43
'
Me.TextBox43.Format = "{0:N0}"
Me.TextBox43.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(10.150617599487305, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.004193461500108242, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox43.Name = "TextBox43"
Me.TextBox43.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1193820238113403, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox43.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox43.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox43.Style.Font.Bold = True
Me.TextBox43.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox43.Style.Font.Underline = False
Me.TextBox43.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox43.Value = "=sum(Fields.[total_exchange_retail])"
'
'TextBox44
'
Me.TextBox44.Format = "{0:N1}"
Me.TextBox44.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(11.305416107177734, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.004193461500108242, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox44.Name = "TextBox44"
Me.TextBox44.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox44.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox44.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox44.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox44.Style.Font.Bold = True
Me.TextBox44.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox44.Style.Font.Underline = False
Me.TextBox44.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox44.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox44.Value = "=(sum(Fields.[total_exchange_retail]) / sum(Fields.[total_sales_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & _
"" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox45
'
Me.TextBox45.Format = "{0:N1}"
Me.TextBox45.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(14.300000190734863, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox45.Name = "TextBox45"
Me.TextBox45.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox45.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox45.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox45.Style.Font.Bold = True
Me.TextBox45.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox45.Style.Font.Underline = False
Me.TextBox45.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox45.Value = "=(sum(Fields.[stores_totals_total_store_returns_retail]) / " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "sum(Fields.[total_sa" & _
"les_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox46
'
Me.TextBox46.Format = "{0:N0}"
Me.TextBox46.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.949999809265137, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox46.Name = "TextBox46"
Me.TextBox46.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.3497993946075439, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox46.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox46.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox46.Style.Font.Bold = True
Me.TextBox46.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox46.Style.Font.Underline = False
Me.TextBox46.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox46.Value = "=sum(Fields.[stores_totals_total_store_returns_retail])"
'
'TextBox47
'
Me.TextBox47.Format = "{0:N0}"
Me.TextBox47.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.199999809265137, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox47.Name = "TextBox47"
Me.TextBox47.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.74999982118606567, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox47.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox47.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox47.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox47.Style.BorderWidth.Left = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox47.Style.Font.Bold = True
Me.TextBox47.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox47.Style.Font.Underline = False
Me.TextBox47.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox47.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox47.Value = "=sum(Fields.[stores_totals_total_store_returns_units])"
'
'TextBox48
'
Me.TextBox48.Format = "{0:N0}"
Me.TextBox48.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15.100000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox48.Name = "TextBox48"
Me.TextBox48.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox48.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox48.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox48.Style.Font.Bold = True
Me.TextBox48.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox48.Style.Font.Underline = False
Me.TextBox48.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox48.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox48.Value = "=sum(Fields.[stores_totals_total_store_refund_units])"
'
'TextBox49
'
Me.TextBox49.Format = "{0:N0}"
Me.TextBox49.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15.850000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox49.Name = "TextBox49"
Me.TextBox49.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.119800329208374, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox49.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox49.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox49.Style.Font.Bold = True
Me.TextBox49.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox49.Style.Font.Underline = False
Me.TextBox49.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox49.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox49.Value = "=sum(Fields.[stores_totals_total_store_refund_retail])"
'
'TextBox50
'
Me.TextBox50.Format = "{0:N1}"
Me.TextBox50.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox50.Name = "TextBox50"
Me.TextBox50.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox50.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox50.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox50.Style.Font.Bold = True
Me.TextBox50.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox50.Style.Font.Underline = False
Me.TextBox50.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox50.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox50.Value = "=(sum(Fields.[stores_totals_total_store_refund_retail]) / sum(Fields.[total_sales" & _
"_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox51
'
Me.TextBox51.Format = "{0:N1}"
Me.TextBox51.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(19.700000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox51.Name = "TextBox51"
Me.TextBox51.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox51.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox51.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox51.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox51.Style.Font.Bold = True
Me.TextBox51.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox51.Style.Font.Underline = False
Me.TextBox51.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox51.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox51.Value = "=(sum(Fields.[stores_totals_total_store_exchange_retail]) / " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "sum(Fields.[total_s" & _
"ales_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox52
'
Me.TextBox52.Format = "{0:N0}"
Me.TextBox52.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(18.450000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox52.Name = "TextBox52"
Me.TextBox52.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2456339597702026, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox52.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox52.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox52.Style.Font.Bold = True
Me.TextBox52.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox52.Style.Font.Underline = False
Me.TextBox52.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox52.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox52.Value = "=sum(Fields.[stores_totals_total_store_exchange_retail])"
'
'TextBox53
'
Me.TextBox53.Format = "{0:N0}"
Me.TextBox53.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17.700000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox53.Name = "TextBox53"
Me.TextBox53.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox53.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox53.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox53.Style.Font.Bold = True
Me.TextBox53.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox53.Style.Font.Underline = False
Me.TextBox53.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox53.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox53.Value = "=sum(Fields.[stores_totals_total_store_exchange_units])"
'
'TextBox54
'
Me.TextBox54.Format = "{0:N0}"
Me.TextBox54.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox54.Name = "TextBox54"
Me.TextBox54.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox54.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox54.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox54.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox54.Style.Font.Bold = True
Me.TextBox54.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox54.Style.Font.Underline = False
Me.TextBox54.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox54.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox54.Value = "=sum(Fields.[web_totals_total_web_returns_units])"
'
'TextBox55
'
Me.TextBox55.Format = "{0:N0}"
Me.TextBox55.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(21.350000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox55.Name = "TextBox55"
Me.TextBox55.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0700000524520874, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox55.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox55.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox55.Style.Font.Bold = True
Me.TextBox55.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox55.Style.Font.Underline = False
Me.TextBox55.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox55.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox55.Value = "=sum(Fields.[web_totals_total_web_returns_retail])"
'
'TextBox56
'
Me.TextBox56.Format = "{0:N1}"
Me.TextBox56.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(22.420000076293945, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox56.Name = "TextBox56"
Me.TextBox56.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox56.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox56.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox56.Style.Font.Bold = True
Me.TextBox56.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox56.Style.Font.Underline = False
Me.TextBox56.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox56.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox56.Value = "=(sum(Fields.[web_totals_total_web_returns_retail]) / sum(Fields.[total_sales_ret" & _
"ail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox58
'
Me.TextBox58.Format = "{0:N0}"
Me.TextBox58.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(26.380397796630859, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox58.Name = "TextBox58"
Me.TextBox58.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.25, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox58.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox58.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox58.Style.Font.Bold = True
Me.TextBox58.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox58.Style.Font.Underline = False
Me.TextBox58.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox58.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox58.Value = "=sum(Fields.[web_totals_total_web_exchange_retail])"
'
'TextBox59
'
Me.TextBox59.Format = "{0:N1}"
Me.TextBox59.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(27.630599975585938, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox59.Name = "TextBox59"
Me.TextBox59.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.81999999284744263, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox59.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox59.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox59.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox59.Style.Font.Bold = True
Me.TextBox59.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox59.Style.Font.Underline = False
Me.TextBox59.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox59.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox59.Value = "=(sum(Fields.[web_totals_total_web_exchange_retail]) / sum(Fields.[total_sales_re" & _
"tail]) * 100)"
'
'TextBox60
'
Me.TextBox60.Format = "{0:N1}"
Me.TextBox60.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox60.Name = "TextBox60"
Me.TextBox60.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.62999999523162842, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox60.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox60.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox60.Style.Font.Bold = True
Me.TextBox60.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox60.Style.Font.Underline = False
Me.TextBox60.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox60.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox60.Value = "=(sum(Fields.[web_totals_total_web_refund_retail]) / sum(Fields.[total_sales_reta" & _
"il]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox69
'
Me.TextBox69.Format = "{0:N0}"
Me.TextBox69.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.850198745727539, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox69.Name = "TextBox69"
Me.TextBox69.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1200000047683716, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox69.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox69.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox69.Style.Font.Bold = True
Me.TextBox69.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox69.Style.Font.Underline = False
Me.TextBox69.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox69.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox69.Value = "=sum(Fields.[web_totals_total_web_refund_retail])"
'
'TextBox70
'
Me.TextBox70.Format = "{0:N0}"
Me.TextBox70.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.120199203491211, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox70.Name = "TextBox70"
Me.TextBox70.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.72979938983917236, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox70.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox70.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox70.Style.Font.Bold = True
Me.TextBox70.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox70.Style.Font.Underline = False
Me.TextBox70.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox70.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox70.Value = "=sum(Fields.[web_totals_total_web_refund_units])"
'
'txtGroupFooterVerticalLine2
'
Me.txtGroupFooterVerticalLine2.Angle = 285
Me.txtGroupFooterVerticalLine2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.149999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupFooterVerticalLine2.Name = "txtGroupFooterVerticalLine2"
Me.txtGroupFooterVerticalLine2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupFooterVerticalLine2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGroupFooterVerticalLine2.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupFooterVerticalLine2.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtGroupFooterVerticalLine3
'
Me.txtGroupFooterVerticalLine3.Angle = 285
Me.txtGroupFooterVerticalLine3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.549999237060547, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupFooterVerticalLine3.Name = "txtGroupFooterVerticalLine3"
Me.txtGroupFooterVerticalLine3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGroupFooterVerticalLine3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGroupFooterVerticalLine3.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGroupFooterVerticalLine3.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'TextBox71
'
Me.TextBox71.Angle = 285
Me.TextBox71.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.059999942779541, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox71.Name = "TextBox71"
Me.TextBox71.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox71.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox71.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox71.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'TextBox41
'
Me.TextBox41.Format = "{0:N1}"
Me.TextBox41.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.05164909362793, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox41.Name = "TextBox41"
Me.TextBox41.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.746683657169342, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox41.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox41.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox41.Style.Font.Bold = True
Me.TextBox41.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox41.Style.Font.Underline = False
Me.TextBox41.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox41.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox41.Value = "=(sum(Fields.[total_returns_retail]) / sum(Fields.[total_sales_retail]) * 100)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'TextBox57
'
Me.TextBox57.Format = "{0:N0}"
Me.TextBox57.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25.630197525024414, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox57.Name = "TextBox57"
Me.TextBox57.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox57.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.TextBox57.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox57.Style.Font.Bold = True
Me.TextBox57.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox57.Style.Font.Underline = False
Me.TextBox57.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox57.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox57.Value = "=sum(Fields.[web_totals_total_web_exchange_units])"
'
'labelsGroup
'
Me.labelsGroup.Bookmark = Nothing
Me.labelsGroup.GroupFooter = Me.labelsGroupFooter
Me.labelsGroup.GroupHeader = Me.labelsGroupHeader
Me.labelsGroup.Grouping.AddRange(New Telerik.Reporting.Data.Grouping() {New Telerik.Reporting.Data.Grouping("=Fields.[region_code]")})
'
'pageHeader
'
Me.pageHeader.Height = New Telerik.Reporting.Drawing.Unit(3, Telerik.Reporting.Drawing.UnitType.Cm)
Me.pageHeader.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.titleTextBox, Me.txtSearchCriteria, Me.txtFirstColumnTitle, Me.TextBox75, Me.txtPageHeaderLine, Me.txtReportFormat, Me.TextBox1, Me.TextBox2, Me.TextBox3, Me.TextBox4, Me.TextBox5, Me.TextBox6, Me.TextBox7, Me.TextBox8, Me.TextBox9, Me.TextBox10, Me.TextBox13, Me.txtGreenPanelHeading, Me.TextBox12, Me.TextBox14, Me.TextBox15, Me.TextBox16, Me.TextBox17, Me.TextBox18, Me.TextBox19, Me.TextBox20, Me.TextBox21, Me.TextBox22, Me.TextBox23, Me.TextBox24, Me.TextBox25, Me.TextBox26, Me.TextBox27, Me.TextBox28, Me.txtBluePanelHeading, Me.TextBox30, Me.TextBox31, Me.TextBox32, Me.TextBox33, Me.TextBox62, Me.TextBox61, Me.TextBox63, Me.TextBox64, Me.TextBox65, Me.TextBox66, Me.TextBox67, Me.TextBox68})
Me.pageHeader.Name = "pageHeader"
'
'titleTextBox
'
Me.titleTextBox.Name = "titleTextBox"
Me.titleTextBox.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(6.1500000953674316, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm))
Me.titleTextBox.Style.Font.Bold = True
Me.titleTextBox.Style.Font.Name = "Arial"
Me.titleTextBox.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(10, Telerik.Reporting.Drawing.UnitType.Point)
Me.titleTextBox.StyleName = "PageInfo"
Me.titleTextBox.Value = "Refunds and Exchanges Report"
'
'txtSearchCriteria
'
Me.txtSearchCriteria.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.10000000149011612, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.49999994039535522, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtSearchCriteria.Name = "txtSearchCriteria"
Me.txtSearchCriteria.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(8.9999990463256836, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtSearchCriteria.Value = "Week "
'
'txtFirstColumnTitle
'
Me.txtFirstColumnTitle.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.10000000149011612, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8060064315795898, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtFirstColumnTitle.Name = "txtFirstColumnTitle"
Me.txtFirstColumnTitle.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.0000002384185791, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtFirstColumnTitle.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtFirstColumnTitle.Style.Font.Underline = True
Me.txtFirstColumnTitle.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtFirstColumnTitle.Value = "LINE CODE SIZE"
'
'TextBox75
'
Me.TextBox75.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.099999949336051941, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(2.8099997043609619, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox75.Name = "TextBox75"
Me.TextBox75.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(28.399999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox75.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox75.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox75.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtPageHeaderLine
'
Me.txtPageHeaderLine.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.099999971687793732, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.1000000238418579, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtPageHeaderLine.Name = "txtPageHeaderLine"
Me.txtPageHeaderLine.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(28.399999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtPageHeaderLine.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtPageHeaderLine.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtPageHeaderLine.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtReportFormat
'
Me.txtReportFormat.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.9000000953674316, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtReportFormat.Name = "txtReportFormat"
Me.txtReportFormat.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(18.399999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtReportFormat.Style.Font.Italic = True
Me.txtReportFormat.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(9, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtReportFormat.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle
Me.txtReportFormat.Value = "Report Format"
'
'TextBox1
'
Me.TextBox1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.1000001430511475, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.9997997283935547, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox1.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox1.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox1.Style.Font.Underline = True
Me.TextBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox1.Value = "TOTAL SALES"
'
'TextBox2
'
Me.TextBox2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.1012482643127441, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5099998712539673, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.6970841884613037, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox2.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox2.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox2.Style.Font.Underline = True
Me.TextBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox2.Value = "TOTAL RETURNS"
'
'TextBox3
'
Me.TextBox3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.0999999046325684, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox3.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox3.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox3.Style.Font.Underline = True
Me.TextBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox3.Value = "UNITS"
'
'TextBox4
'
Me.TextBox4.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(3.0002002716064453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8060064315795898, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0997997522354126, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox4.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox4.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox4.Style.Font.Underline = True
Me.TextBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox4.Value = "RETAIL "
'
'TextBox5
'
Me.TextBox5.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.0999999046325684, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8085163831710815, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox5.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox5.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox5.Style.Font.Underline = True
Me.TextBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox5.Value = "UNITS"
'
'TextBox6
'
Me.TextBox6.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.8502006530761719, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2000000476837158, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox6.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox6.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox6.Style.Font.Underline = True
Me.TextBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox6.Value = "RETAIL "
'
'TextBox7
'
Me.TextBox7.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.0504007339477539, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.74793148040771484, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox7.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox7.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox7.Style.Font.Underline = True
Me.TextBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox7.Value = "% of Total Retail"
'
'TextBox8
'
Me.TextBox8.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(14.300000190734863, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.808516263961792, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.69062554836273193, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox8.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox8.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox8.Style.Font.Underline = True
Me.TextBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox8.Value = "% of Total Retail"
'
'TextBox9
'
Me.TextBox9.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.950201034545898, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.808516263961792, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox9.Name = "TextBox9"
Me.TextBox9.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.3495994806289673, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox9.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox9.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox9.Style.Font.Underline = True
Me.TextBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox9.Value = "RETAIL "
'
'TextBox10
'
Me.TextBox10.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.200000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.808516263961792, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox10.Name = "TextBox10"
Me.TextBox10.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox10.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox10.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox10.Style.Font.Underline = True
Me.TextBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox10.Value = "UNITS"
'
'TextBox13
'
Me.TextBox13.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.200000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5099998712539673, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox13.Name = "TextBox13"
Me.TextBox13.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.7906243801116943, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox13.Style.BackgroundColor = System.Drawing.Color.PaleGreen
Me.TextBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox13.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox13.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox13.Style.Font.Underline = True
Me.TextBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox13.Value = "TOTAL STORE RETURNS"
'
'txtGreenPanelHeading
'
Me.txtGreenPanelHeading.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.200000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.2000000476837158, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGreenPanelHeading.Name = "txtGreenPanelHeading"
Me.txtGreenPanelHeading.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(8.2997980117797852, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtGreenPanelHeading.Style.BackgroundColor = System.Drawing.Color.PaleGreen
Me.txtGreenPanelHeading.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtGreenPanelHeading.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGreenPanelHeading.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtGreenPanelHeading.Style.Font.Underline = True
Me.txtGreenPanelHeading.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtGreenPanelHeading.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtGreenPanelHeading.Value = "RETURNS VIA STORES"
'
'TextBox12
'
Me.TextBox12.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.4960078001022339, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox12.Name = "TextBox12"
Me.TextBox12.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.7000000476837158, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.31379327178001404, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox12.Style.BackgroundColor = System.Drawing.Color.PaleGreen
Me.TextBox12.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox12.Style.Font.Underline = True
Me.TextBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox12.Value = "TOTAL STORE REFUND"
'
'TextBox14
'
Me.TextBox14.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox14.Name = "TextBox14"
Me.TextBox14.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox14.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox14.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox14.Style.Font.Underline = True
Me.TextBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox14.Value = "UNITS"
'
'TextBox15
'
Me.TextBox15.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox15.Name = "TextBox15"
Me.TextBox15.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2496001720428467, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.88999897241592407, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox15.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox15.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox15.Style.Font.Underline = True
Me.TextBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox15.Value = "RETAIL "
'
'TextBox16
'
Me.TextBox16.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100000619888306, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox16.Name = "TextBox16"
Me.TextBox16.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox16.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox16.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox16.Style.Font.Underline = True
Me.TextBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox16.Value = "% of Total Retail"
'
'TextBox17
'
Me.TextBox17.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(19.700000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox17.Name = "TextBox17"
Me.TextBox17.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.80917936563491821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox17.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox17.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox17.Style.Font.Underline = True
Me.TextBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox17.Value = "% of Total Retail"
'
'TextBox18
'
Me.TextBox18.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(18.450199127197266, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox18.Name = "TextBox18"
Me.TextBox18.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2496024370193481, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox18.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox18.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox18.Style.Font.Underline = True
Me.TextBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox18.Value = "RETAIL "
'
'TextBox19
'
Me.TextBox19.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17.69999885559082, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox19.Name = "TextBox19"
Me.TextBox19.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox19.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox19.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox19.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox19.Style.Font.Underline = True
Me.TextBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox19.Value = "UNITS"
'
'TextBox20
'
Me.TextBox20.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17.700199127197266, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.4960078001022339, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox20.Name = "TextBox20"
Me.TextBox20.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.799799919128418, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox20.Style.BackgroundColor = System.Drawing.Color.PaleGreen
Me.TextBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox20.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox20.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox20.Style.Font.Underline = True
Me.TextBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox20.Value = "TOTAL STORE EXCHANGE"
'
'TextBox21
'
Me.TextBox21.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox21.Name = "TextBox21"
Me.TextBox21.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.8183243274688721, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox21.Style.BackgroundColor = System.Drawing.Color.LightSkyBlue
Me.TextBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox21.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox21.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox21.Style.Font.Underline = True
Me.TextBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox21.Value = "TOTALWEB EXCHANGE"
'
'TextBox22
'
Me.TextBox22.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25.600200653076172, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox22.Name = "TextBox22"
Me.TextBox22.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox22.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox22.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox22.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox22.Style.Font.Underline = True
Me.TextBox22.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox22.Value = "UNITS"
'
'TextBox23
'
Me.TextBox23.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(26.350399017333984, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox23.Name = "TextBox23"
Me.TextBox23.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2496039867401123, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox23.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox23.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox23.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox23.Style.Font.Underline = True
Me.TextBox23.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox23.Value = "RETAIL "
'
'TextBox24
'
Me.TextBox24.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(27.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox24.Name = "TextBox24"
Me.TextBox24.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.81832611560821533, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox24.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox24.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox24.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox24.Style.Font.Underline = True
Me.TextBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox24.Value = "% of Total Retail"
'
'TextBox25
'
Me.TextBox25.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(24.969999313354492, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox25.Name = "TextBox25"
Me.TextBox25.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.62999999523162842, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox25.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox25.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox25.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox25.Style.Font.Underline = True
Me.TextBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox25.Value = "% of Total Retail"
'
'TextBox26
'
Me.TextBox26.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.850000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox26.Name = "TextBox26"
Me.TextBox26.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1198018789291382, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox26.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox26.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox26.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox26.Style.Font.Underline = True
Me.TextBox26.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox26.Value = "RETAIL "
'
'TextBox27
'
Me.TextBox27.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.100000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox27.Name = "TextBox27"
Me.TextBox27.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox27.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox27.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox27.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox27.Style.Font.Underline = True
Me.TextBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox27.Value = "UNITS"
'
'TextBox28
'
Me.TextBox28.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.102090835571289, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.4960078001022339, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox28.Name = "TextBox28"
Me.TextBox28.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.4977095127105713, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox28.Style.BackgroundColor = System.Drawing.Color.LightSkyBlue
Me.TextBox28.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox28.Style.Font.Underline = True
Me.TextBox28.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox28.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox28.Value = "TOTAL WEB REFUND"
'
'txtBluePanelHeading
'
Me.txtBluePanelHeading.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.2000000476837158, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtBluePanelHeading.Name = "txtBluePanelHeading"
Me.txtBluePanelHeading.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(7.8183212280273437, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtBluePanelHeading.Style.BackgroundColor = System.Drawing.Color.LightSkyBlue
Me.txtBluePanelHeading.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtBluePanelHeading.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtBluePanelHeading.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtBluePanelHeading.Style.Font.Underline = True
Me.txtBluePanelHeading.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtBluePanelHeading.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtBluePanelHeading.Value = "RETURNS VIA WEB"
'
'TextBox30
'
Me.TextBox30.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox30.Name = "TextBox30"
Me.TextBox30.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.4997990131378174, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox30.Style.BackgroundColor = System.Drawing.Color.LightSkyBlue
Me.TextBox30.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox30.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox30.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox30.Style.Font.Underline = True
Me.TextBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox30.Value = "TOTAL WEB RETURNS"
'
'TextBox31
'
Me.TextBox31.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox31.Name = "TextBox31"
Me.TextBox31.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.88999897241592407, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox31.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox31.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox31.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox31.Style.Font.Underline = True
Me.TextBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox31.Value = "UNITS"
'
'TextBox32
'
Me.TextBox32.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(21.350200653076172, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox32.Name = "TextBox32"
Me.TextBox32.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0696003437042236, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.88999897241592407, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox32.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox32.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox32.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox32.Style.Font.Underline = True
Me.TextBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox32.Value = "RETAIL "
'
'TextBox33
'
Me.TextBox33.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(22.420000076293945, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox33.Name = "TextBox33"
Me.TextBox33.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.67979937791824341, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox33.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox33.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox33.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox33.Style.Font.Underline = True
Me.TextBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox33.Value = "% of Total Retail"
'
'TextBox62
'
Me.TextBox62.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(7.5804190635681152, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox62.Name = "TextBox62"
Me.TextBox62.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1193820238113403, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox62.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox62.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox62.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox62.Style.Font.Underline = True
Me.TextBox62.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox62.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox62.Value = "RETAIL "
'
'TextBox61
'
Me.TextBox61.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(8.7000007629394531, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox61.Name = "TextBox61"
Me.TextBox61.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox61.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox61.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox61.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox61.Style.Font.Underline = True
Me.TextBox61.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox61.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox61.Value = "% of Total Retail"
'
'TextBox63
'
Me.TextBox63.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.8202085494995117, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.8100008964538574, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox63.Name = "TextBox63"
Me.TextBox63.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox63.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox63.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox63.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox63.Style.Font.Underline = True
Me.TextBox63.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox63.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox63.Value = "UNITS"
'
'TextBox64
'
Me.TextBox64.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.7985324859619141, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5139930248260498, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox64.Name = "TextBox64"
Me.TextBox64.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.599583625793457, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox64.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox64.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox64.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox64.Style.Font.Underline = True
Me.TextBox64.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox64.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox64.Value = "TOTAL REFUND"
'
'TextBox65
'
Me.TextBox65.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(9.3999996185302734, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.5099999904632568, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox65.Name = "TextBox65"
Me.TextBox65.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(2.6999990940093994, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.29580804705619812, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox65.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox65.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox65.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox65.Style.Font.Underline = True
Me.TextBox65.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox65.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox65.Value = "TOTAL EXCHANGE"
'
'TextBox66
'
Me.TextBox66.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(9.3999996185302734, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox66.Name = "TextBox66"
Me.TextBox66.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox66.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox66.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox66.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox66.Style.Font.Underline = True
Me.TextBox66.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox66.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox66.Value = "UNITS"
'
'TextBox67
'
Me.TextBox67.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(11.300000190734863, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox67.Name = "TextBox67"
Me.TextBox67.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.79999953508377075, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox67.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox67.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox67.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox67.Style.Font.Underline = True
Me.TextBox67.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox67.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox67.Value = "% of Total Retail"
'
'TextBox68
'
Me.TextBox68.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(10.149999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(1.809999942779541, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox68.Name = "TextBox68"
Me.TextBox68.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1498000621795654, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm))
Me.TextBox68.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.TextBox68.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox68.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.TextBox68.Style.Font.Underline = True
Me.TextBox68.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.TextBox68.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.TextBox68.Value = "RETAIL "
'
'pageFooter
'
Me.pageFooter.Height = New Telerik.Reporting.Drawing.Unit(0.550000011920929, Telerik.Reporting.Drawing.UnitType.Cm)
Me.pageFooter.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.currentTimeTextBox, Me.pageInfoTextBox})
Me.pageFooter.Name = "pageFooter"
'
'currentTimeTextBox
'
Me.currentTimeTextBox.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.039999779313802719, Telerik.Reporting.Drawing.UnitType.Cm))
Me.currentTimeTextBox.Name = "currentTimeTextBox"
Me.currentTimeTextBox.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(7.2999997138977051, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))
Me.currentTimeTextBox.Style.Font.Name = "Arial"
Me.currentTimeTextBox.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(8, Telerik.Reporting.Drawing.UnitType.Point)
Me.currentTimeTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.currentTimeTextBox.StyleName = "PageInfo"
Me.currentTimeTextBox.Value = "Printed {=NOW()}"
'
'pageInfoTextBox
'
Me.pageInfoTextBox.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(22.299999237060547, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.039999779313802719, Telerik.Reporting.Drawing.UnitType.Cm))
Me.pageInfoTextBox.Name = "pageInfoTextBox"
Me.pageInfoTextBox.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(6.1183257102966309, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Cm))
Me.pageInfoTextBox.Style.Font.Name = "Arial"
Me.pageInfoTextBox.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(8, Telerik.Reporting.Drawing.UnitType.Point)
Me.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right
Me.pageInfoTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.pageInfoTextBox.StyleName = "PageInfo"
Me.pageInfoTextBox.Value = "Page {=PageNumber} of {=PageCount}"
'
'detail
'
FormattingRule5.Filters.AddRange(New Telerik.Reporting.Data.Filter() {New Telerik.Reporting.Data.Filter("=Fields.[first_column_data] = ""STORE TOTALS""" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OR Fields.[first_column_data] = ""IN" & _
"TERNET TOTALS""" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OR Fields.[first_column_data] = ""ALL COMPANY""" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OR Fields.[first_" & _
"column_data] Like ""TOTALS%""", Telerik.Reporting.Data.FilterOperator.Equal, "True")})
FormattingRule5.Style.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(251, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(174, Byte), Integer))
FormattingRule5.Style.Font.Bold = True
Me.detail.ConditionalFormatting.AddRange(New Telerik.Reporting.Drawing.FormattingRule() {FormattingRule5})
Me.detail.Height = New Telerik.Reporting.Drawing.Unit(0.35999980568885803, Telerik.Reporting.Drawing.UnitType.Cm)
Me.detail.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.txtFirstColumnData, Me.txtWebTotalsTotalWebReturnsPercent, Me.txWebTotalsTotalWebReturnsRetail, Me.txtWebTotalsTotalWebReturnsUnits, Me.txtWebTotalsTotalWebRefundUnits, Me.txtWebTotalsTotalWebRefundPercent, Me.txtWebTotalsTotalWebExchangePercent, Me.txtWebTotalsTotalWebExchangeRetail, Me.txtWebTotalsTotalWebExchangeUnits, Me.txtStoresTotalsTotalStoreExchangeUnits, Me.txtStoresTotalsTotalStoreExchangeRetail, Me.txtStoresTotalsTotalStoreExchangePercent, Me.txtStoresTotalsTotalStoreRefundPercent, Me.txtStoresTotalsTotalStoreRefundRetail, Me.txtStoresTotalsTotalStoreRefundUnits, Me.txtStoresTotalsTotalStoreReturnsUnits, Me.txtStoresTotalsTotalStoreReturnsRetail, Me.txtStoresTotalsTotalStoreReturnsPercent, Me.txtTotalReturnsPercent, Me.txtTotalReturnsRetail, Me.txtTotalReturnsUnits, Me.txtTotalSalesRetail, Me.txtTotalSalesUnits, Me.txtTotalRefundUnits, Me.txtTotalRefundRetail, Me.txtTotalRefundPercent, Me.txtTotalExchangePercent, Me.txtTotalExchangeRetail, Me.txtTotalExchangeUnits, Me.txtDetailVerticalLine2, Me.txtDetailVerticalLine3, Me.txtDetailVerticalLine1})
Me.detail.KeepTogether = False
Me.detail.Name = "detail"
Me.detail.Style.Font.Underline = False
'
'txtFirstColumnData
'
Me.txtFirstColumnData.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(0.099999949336051941, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(-0.0039934171363711357, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtFirstColumnData.Name = "txtFirstColumnData"
Me.txtFirstColumnData.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.9000000953674316, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtFirstColumnData.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtFirstColumnData.Style.Font.Underline = False
Me.txtFirstColumnData.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtFirstColumnData.Value = "=Fields.[first_column_data]"
'
'txtWebTotalsTotalWebReturnsPercent
'
Me.txtWebTotalsTotalWebReturnsPercent.Format = "{0:N1}"
Me.txtWebTotalsTotalWebReturnsPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(22.420000076293945, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebReturnsPercent.Name = "txtWebTotalsTotalWebReturnsPercent"
Me.txtWebTotalsTotalWebReturnsPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebReturnsPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebReturnsPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebReturnsPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebReturnsPercent.Style.Font.Underline = False
Me.txtWebTotalsTotalWebReturnsPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebReturnsPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebReturnsPercent.Value = "=Fields.[web_totals_total_web_returns_percent]"
'
'txWebTotalsTotalWebReturnsRetail
'
Me.txWebTotalsTotalWebReturnsRetail.Format = "{0:N0}"
Me.txWebTotalsTotalWebReturnsRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(21.350000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txWebTotalsTotalWebReturnsRetail.Name = "txWebTotalsTotalWebReturnsRetail"
Me.txWebTotalsTotalWebReturnsRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0700000524520874, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txWebTotalsTotalWebReturnsRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txWebTotalsTotalWebReturnsRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txWebTotalsTotalWebReturnsRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txWebTotalsTotalWebReturnsRetail.Style.Font.Underline = False
Me.txWebTotalsTotalWebReturnsRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txWebTotalsTotalWebReturnsRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txWebTotalsTotalWebReturnsRetail.Value = "=Fields.[web_totals_total_web_returns_retail]"
'
'txtWebTotalsTotalWebReturnsUnits
'
Me.txtWebTotalsTotalWebReturnsUnits.Format = "{0:N0}"
Me.txtWebTotalsTotalWebReturnsUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebReturnsUnits.Name = "txtWebTotalsTotalWebReturnsUnits"
Me.txtWebTotalsTotalWebReturnsUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebReturnsUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebReturnsUnits.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebReturnsUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebReturnsUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebReturnsUnits.Style.Font.Underline = False
Me.txtWebTotalsTotalWebReturnsUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebReturnsUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebReturnsUnits.Value = "=Fields.[web_totals_total_web_returns_units]"
'
'txtWebTotalsTotalWebRefundUnits
'
Me.txtWebTotalsTotalWebRefundUnits.Format = "{0:N0}"
Me.txtWebTotalsTotalWebRefundUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(23.120199203491211, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebRefundUnits.Name = "txtWebTotalsTotalWebRefundUnits"
Me.txtWebTotalsTotalWebRefundUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.72979938983917236, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebRefundUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebRefundUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebRefundUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebRefundUnits.Style.Font.Underline = False
Me.txtWebTotalsTotalWebRefundUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebRefundUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebRefundUnits.Value = "=Fields.[web_totals_total_web_refund_units]"
'
'txtWebTotalsTotalWebRefundPercent
'
Me.txtWebTotalsTotalWebRefundPercent.Format = "{0:N1}"
Me.txtWebTotalsTotalWebRefundPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebRefundPercent.Name = "txtWebTotalsTotalWebRefundPercent"
Me.txtWebTotalsTotalWebRefundPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.62999999523162842, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebRefundPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebRefundPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebRefundPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebRefundPercent.Style.Font.Underline = False
Me.txtWebTotalsTotalWebRefundPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebRefundPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebRefundPercent.Value = "=Fields.[web_totals_total_web_refund_percent]"
'
'txtWebTotalsTotalWebExchangePercent
'
Me.txtWebTotalsTotalWebExchangePercent.Format = "{0:N1}"
Me.txtWebTotalsTotalWebExchangePercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(27.630599975585938, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangePercent.Name = "txtWebTotalsTotalWebExchangePercent"
Me.txtWebTotalsTotalWebExchangePercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.81999999284744263, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangePercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebExchangePercent.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebExchangePercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangePercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangePercent.Style.Font.Underline = False
Me.txtWebTotalsTotalWebExchangePercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebExchangePercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebExchangePercent.Value = "=Fields.[web_totals_total_web_exchange_percent]"
'
'txtWebTotalsTotalWebExchangeRetail
'
Me.txtWebTotalsTotalWebExchangeRetail.Format = "{0:N0}"
Me.txtWebTotalsTotalWebExchangeRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(26.380397796630859, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangeRetail.Name = "txtWebTotalsTotalWebExchangeRetail"
Me.txtWebTotalsTotalWebExchangeRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.25, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangeRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebExchangeRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangeRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangeRetail.Style.Font.Underline = False
Me.txtWebTotalsTotalWebExchangeRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebExchangeRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebExchangeRetail.Value = "=Fields.[web_totals_total_web_exchange_retail]"
'
'txtWebTotalsTotalWebExchangeUnits
'
Me.txtWebTotalsTotalWebExchangeUnits.Format = "{0:N0}"
Me.txtWebTotalsTotalWebExchangeUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(25.630197525024414, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangeUnits.Name = "txtWebTotalsTotalWebExchangeUnits"
Me.txtWebTotalsTotalWebExchangeUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtWebTotalsTotalWebExchangeUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtWebTotalsTotalWebExchangeUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangeUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtWebTotalsTotalWebExchangeUnits.Style.Font.Underline = False
Me.txtWebTotalsTotalWebExchangeUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtWebTotalsTotalWebExchangeUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtWebTotalsTotalWebExchangeUnits.Value = "=Fields.[web_totals_total_web_exchange_units]"
'
'txtStoresTotalsTotalStoreExchangeUnits
'
Me.txtStoresTotalsTotalStoreExchangeUnits.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreExchangeUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17.69999885559082, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangeUnits.Name = "txtStoresTotalsTotalStoreExchangeUnits"
Me.txtStoresTotalsTotalStoreExchangeUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreExchangeUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreExchangeUnits.Value = "=Fields.[stores_totals_total_store_exchange_units]"
'
'txtStoresTotalsTotalStoreExchangeRetail
'
Me.txtStoresTotalsTotalStoreExchangeRetail.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreExchangeRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(18.450199127197266, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangeRetail.Name = "txtStoresTotalsTotalStoreExchangeRetail"
Me.txtStoresTotalsTotalStoreExchangeRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2498019933700562, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreExchangeRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreExchangeRetail.Value = "=Fields.[stores_totals_total_store_exchange_retail]"
'
'txtStoresTotalsTotalStoreExchangePercent
'
Me.txtStoresTotalsTotalStoreExchangePercent.Format = "{0:N1}"
Me.txtStoresTotalsTotalStoreExchangePercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(19.700000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangePercent.Name = "txtStoresTotalsTotalStoreExchangePercent"
Me.txtStoresTotalsTotalStoreExchangePercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreExchangePercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreExchangePercent.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreExchangePercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangePercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreExchangePercent.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreExchangePercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreExchangePercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreExchangePercent.Value = "=Fields.[stores_totals_total_store_exchange_percent]"
'
'txtStoresTotalsTotalStoreRefundPercent
'
Me.txtStoresTotalsTotalStoreRefundPercent.Format = "{0:N1}"
Me.txtStoresTotalsTotalStoreRefundPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(17, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundPercent.Name = "txtStoresTotalsTotalStoreRefundPercent"
Me.txtStoresTotalsTotalStoreRefundPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreRefundPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundPercent.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreRefundPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreRefundPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreRefundPercent.Value = "=Fields.[stores_totals_total_store_refund_percent]"
'
'txtStoresTotalsTotalStoreRefundRetail
'
Me.txtStoresTotalsTotalStoreRefundRetail.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreRefundRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15.850199699401855, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundRetail.Name = "txtStoresTotalsTotalStoreRefundRetail"
Me.txtStoresTotalsTotalStoreRefundRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.119800329208374, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreRefundRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundRetail.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreRefundRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreRefundRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreRefundRetail.Value = "=Fields.[stores_totals_total_store_refund_retail]"
'
'txtStoresTotalsTotalStoreRefundUnits
'
Me.txtStoresTotalsTotalStoreRefundUnits.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreRefundUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(15.100000381469727, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundUnits.Name = "txtStoresTotalsTotalStoreRefundUnits"
Me.txtStoresTotalsTotalStoreRefundUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.74999940395355225, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreRefundUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreRefundUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreRefundUnits.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreRefundUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreRefundUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreRefundUnits.Value = "=Fields.[stores_totals_total_store_refund_units]"
'
'txtStoresTotalsTotalStoreReturnsUnits
'
Me.txtStoresTotalsTotalStoreReturnsUnits.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreReturnsUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.200000762939453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsUnits.Name = "txtStoresTotalsTotalStoreReturnsUnits"
Me.txtStoresTotalsTotalStoreReturnsUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.74999982118606567, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.BorderWidth.Left = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreReturnsUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreReturnsUnits.Value = "=Fields.[stores_totals_total_store_returns_units]"
'
'txtStoresTotalsTotalStoreReturnsRetail
'
Me.txtStoresTotalsTotalStoreReturnsRetail.Format = "{0:N0}"
Me.txtStoresTotalsTotalStoreReturnsRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.950201034545898, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsRetail.Name = "txtStoresTotalsTotalStoreReturnsRetail"
Me.txtStoresTotalsTotalStoreReturnsRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.3497993946075439, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreReturnsRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreReturnsRetail.Value = "=Fields.[stores_totals_total_store_returns_retail]"
'
'txtStoresTotalsTotalStoreReturnsPercent
'
Me.txtStoresTotalsTotalStoreReturnsPercent.Format = "{0:N1}"
Me.txtStoresTotalsTotalStoreReturnsPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(14.300000190734863, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsPercent.Name = "txtStoresTotalsTotalStoreReturnsPercent"
Me.txtStoresTotalsTotalStoreReturnsPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.Font.Underline = False
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtStoresTotalsTotalStoreReturnsPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtStoresTotalsTotalStoreReturnsPercent.Value = "=Fields.[stores_totals_total_store_returns_percent]"
'
'txtTotalReturnsPercent
'
Me.txtTotalReturnsPercent.Format = "{0:N1}"
Me.txtTotalReturnsPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.05164909362793, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsPercent.Name = "txtTotalReturnsPercent"
Me.txtTotalReturnsPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.746683657169342, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalReturnsPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsPercent.Style.Font.Underline = False
Me.txtTotalReturnsPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalReturnsPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalReturnsPercent.Value = "=Fields.[total_returns_percent]"
'
'txtTotalReturnsRetail
'
Me.txtTotalReturnsRetail.Format = "{0:N0}"
Me.txtTotalReturnsRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.8514485359191895, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsRetail.Name = "txtTotalReturnsRetail"
Me.txtTotalReturnsRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.2000000476837158, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalReturnsRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsRetail.Style.Font.Underline = False
Me.txtTotalReturnsRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalReturnsRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalReturnsRetail.Value = "=Fields.[total_returns_retail]"
'
'txtTotalReturnsUnits
'
Me.txtTotalReturnsUnits.Format = "{0:N0}"
Me.txtTotalReturnsUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(4.0999999046325684, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsUnits.Name = "txtTotalReturnsUnits"
Me.txtTotalReturnsUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalReturnsUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalReturnsUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalReturnsUnits.Style.Font.Underline = False
Me.txtTotalReturnsUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalReturnsUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalReturnsUnits.Value = "=Fields.[total_returns_units]"
'
'txtTotalSalesRetail
'
Me.txtTotalSalesRetail.Format = "{0:N0}"
Me.txtTotalSalesRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(3.0002002716064453, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalSalesRetail.Name = "txtTotalSalesRetail"
Me.txtTotalSalesRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.0997997522354126, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalSalesRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalSalesRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalSalesRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalSalesRetail.Style.Font.Underline = False
Me.txtTotalSalesRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalSalesRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalSalesRetail.Value = "=Fields.[total_sales_retail]"
'
'txtTotalSalesUnits
'
Me.txtTotalSalesUnits.Format = "{0:N0}"
Me.txtTotalSalesUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.1000001430511475, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalSalesUnits.Name = "txtTotalSalesUnits"
Me.txtTotalSalesUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.89999997615814209, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalSalesUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalSalesUnits.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalSalesUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalSalesUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalSalesUnits.Style.Font.Underline = False
Me.txtTotalSalesUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalSalesUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalSalesUnits.Value = "=Fields.[total_sales_units]"
'
'txtTotalRefundUnits
'
Me.txtTotalRefundUnits.Format = "{0:N0}"
Me.txtTotalRefundUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(6.7985324859619141, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundUnits.Name = "txtTotalRefundUnits"
Me.txtTotalRefundUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.75041764974594116, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalRefundUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundUnits.Style.Font.Underline = False
Me.txtTotalRefundUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalRefundUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalRefundUnits.Value = "=Fields.[total_refund_units]"
'
'txtTotalRefundRetail
'
Me.txtTotalRefundRetail.Format = "{0:N0}"
Me.txtTotalRefundRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(7.5506176948547363, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundRetail.Name = "txtTotalRefundRetail"
Me.txtTotalRefundRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1193820238113403, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalRefundRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundRetail.Style.Font.Underline = False
Me.txtTotalRefundRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalRefundRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalRefundRetail.Value = "=Fields.[total_refund_retail]"
'
'txtTotalRefundPercent
'
Me.txtTotalRefundPercent.Format = "{0:N1}"
Me.txtTotalRefundPercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(8.6999998092651367, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundPercent.Name = "txtTotalRefundPercent"
Me.txtTotalRefundPercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.699999988079071, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalRefundPercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalRefundPercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundPercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalRefundPercent.Style.Font.Underline = False
Me.txtTotalRefundPercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalRefundPercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalRefundPercent.Value = "=Fields.[total_refund_percent]"
'
'txtTotalExchangePercent
'
Me.txtTotalExchangePercent.Format = "{0:N1}"
Me.txtTotalExchangePercent.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(11.300000190734863, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangePercent.Name = "txtTotalExchangePercent"
Me.txtTotalExchangePercent.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.800000011920929, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangePercent.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalExchangePercent.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalExchangePercent.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangePercent.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangePercent.Style.Font.Underline = False
Me.txtTotalExchangePercent.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalExchangePercent.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalExchangePercent.Value = "=Fields.[total_exchange_percent]"
'
'txtTotalExchangeRetail
'
Me.txtTotalExchangeRetail.Format = "{0:N0}"
Me.txtTotalExchangeRetail.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(10.150201797485352, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.00010012308484874666, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangeRetail.Name = "txtTotalExchangeRetail"
Me.txtTotalExchangeRetail.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(1.1197986602783203, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangeRetail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalExchangeRetail.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangeRetail.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangeRetail.Style.Font.Underline = False
Me.txtTotalExchangeRetail.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalExchangeRetail.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalExchangeRetail.Value = "=Fields.[total_exchange_retail]"
'
'txtTotalExchangeUnits
'
Me.txtTotalExchangeUnits.Format = "{0:N0}"
Me.txtTotalExchangeUnits.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(9.40000057220459, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangeUnits.Name = "txtTotalExchangeUnits"
Me.txtTotalExchangeUnits.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.7500002384185791, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.30000001192092896, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtTotalExchangeUnits.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.None
Me.txtTotalExchangeUnits.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangeUnits.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtTotalExchangeUnits.Style.Font.Underline = False
Me.txtTotalExchangeUnits.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center
Me.txtTotalExchangeUnits.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom
Me.txtTotalExchangeUnits.Value = "=Fields.[total_exchange_units]"
'
'txtDetailVerticalLine2
'
Me.txtDetailVerticalLine2.Angle = 285
Me.txtDetailVerticalLine2.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(12.149999618530273, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine2.Name = "txtDetailVerticalLine2"
Me.txtDetailVerticalLine2.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtDetailVerticalLine2.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtDetailVerticalLine2.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtDetailVerticalLine3
'
Me.txtDetailVerticalLine3.Angle = 285
Me.txtDetailVerticalLine3.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(20.549999237060547, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine3.Name = "txtDetailVerticalLine3"
Me.txtDetailVerticalLine3.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtDetailVerticalLine3.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtDetailVerticalLine3.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'txtDetailVerticalLine1
'
Me.txtDetailVerticalLine1.Angle = 285
Me.txtDetailVerticalLine1.Location = New Telerik.Reporting.Drawing.PointU(New Telerik.Reporting.Drawing.Unit(2.059999942779541, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine1.Name = "txtDetailVerticalLine1"
Me.txtDetailVerticalLine1.Size = New Telerik.Reporting.Drawing.SizeU(New Telerik.Reporting.Drawing.Unit(0.0099999997764825821, Telerik.Reporting.Drawing.UnitType.Cm), New Telerik.Reporting.Drawing.Unit(0.36000001430511475, Telerik.Reporting.Drawing.UnitType.Cm))
Me.txtDetailVerticalLine1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid
Me.txtDetailVerticalLine1.Style.BorderWidth.Default = New Telerik.Reporting.Drawing.Unit(0.5, Telerik.Reporting.Drawing.UnitType.Point)
Me.txtDetailVerticalLine1.Style.LineWidth = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Point)
'
'repRefundsAndExchanges
'
Me.Groups.AddRange(New Telerik.Reporting.Group() {Me.labelsGroup})
Me.Items.AddRange(New Telerik.Reporting.ReportItemBase() {Me.labelsGroupHeader, Me.labelsGroupFooter, Me.pageHeader, Me.pageFooter, Me.detail})
Me.PageSettings.Landscape = True
Me.PageSettings.Margins.Bottom = New Telerik.Reporting.Drawing.Unit(1.6000000238418579, Telerik.Reporting.Drawing.UnitType.Cm)
Me.PageSettings.Margins.Left = New Telerik.Reporting.Drawing.Unit(0.05000000074505806, Telerik.Reporting.Drawing.UnitType.Cm)
Me.PageSettings.Margins.Right = New Telerik.Reporting.Drawing.Unit(0.05000000074505806, Telerik.Reporting.Drawing.UnitType.Cm)
Me.PageSettings.Margins.Top = New Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Cm)
Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4
Me.Style.BackgroundColor = System.Drawing.Color.White
StyleRule1.Selectors.AddRange(New Telerik.Reporting.Drawing.ISelector() {New Telerik.Reporting.Drawing.StyleSelector("Title")})
StyleRule1.Style.Color = System.Drawing.Color.Black
StyleRule1.Style.Font.Bold = True
StyleRule1.Style.Font.Italic = False
StyleRule1.Style.Font.Name = "Tahoma"
StyleRule1.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(20, Telerik.Reporting.Drawing.UnitType.Point)
StyleRule1.Style.Font.Strikeout = False
StyleRule1.Style.Font.Underline = False
StyleRule2.Selectors.AddRange(New Telerik.Reporting.Drawing.ISelector() {New Telerik.Reporting.Drawing.StyleSelector("Caption")})
StyleRule2.Style.Color = System.Drawing.Color.Black
StyleRule2.Style.Font.Name = "Tahoma"
StyleRule2.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Point)
StyleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle
StyleRule3.Selectors.AddRange(New Telerik.Reporting.Drawing.ISelector() {New Telerik.Reporting.Drawing.StyleSelector("Data")})
StyleRule3.Style.Font.Name = "Tahoma"
StyleRule3.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Point)
StyleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle
StyleRule4.Selectors.AddRange(New Telerik.Reporting.Drawing.ISelector() {New Telerik.Reporting.Drawing.StyleSelector("PageInfo")})
StyleRule4.Style.Font.Name = "Tahoma"
StyleRule4.Style.Font.Size = New Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Point)
StyleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle
Me.StyleSheet.AddRange(New Telerik.Reporting.Drawing.StyleRule() {StyleRule1, StyleRule2, StyleRule3, StyleRule4})
Me.Width = New Telerik.Reporting.Drawing.Unit(28.600000381469727, Telerik.Reporting.Drawing.UnitType.Cm)
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub
Friend WithEvents labelsGroupHeader As Telerik.Reporting.GroupHeaderSection
Friend WithEvents labelsGroupFooter As Telerik.Reporting.GroupFooterSection
Friend WithEvents labelsGroup As Telerik.Reporting.Group
Friend WithEvents pageHeader As Telerik.Reporting.PageHeaderSection
Friend WithEvents pageFooter As Telerik.Reporting.PageFooterSection
Friend WithEvents currentTimeTextBox As Telerik.Reporting.TextBox
Friend WithEvents pageInfoTextBox As Telerik.Reporting.TextBox
Friend WithEvents titleTextBox As Telerik.Reporting.TextBox
Friend WithEvents detail As Telerik.Reporting.DetailSection
Friend WithEvents txtSearchCriteria As Telerik.Reporting.TextBox
Friend WithEvents txtFirstColumnTitle As Telerik.Reporting.TextBox
Friend WithEvents TextBox75 As Telerik.Reporting.TextBox
Friend WithEvents txtPageHeaderLine As Telerik.Reporting.TextBox
Friend WithEvents txtReportFormat As Telerik.Reporting.TextBox
Friend WithEvents TextBox1 As Telerik.Reporting.TextBox
Friend WithEvents TextBox2 As Telerik.Reporting.TextBox
Friend WithEvents TextBox3 As Telerik.Reporting.TextBox
Friend WithEvents TextBox4 As Telerik.Reporting.TextBox
Friend WithEvents TextBox5 As Telerik.Reporting.TextBox
Friend WithEvents TextBox6 As Telerik.Reporting.TextBox
Friend WithEvents TextBox7 As Telerik.Reporting.TextBox
Friend WithEvents TextBox8 As Telerik.Reporting.TextBox
Friend WithEvents TextBox9 As Telerik.Reporting.TextBox
Friend WithEvents TextBox10 As Telerik.Reporting.TextBox
Friend WithEvents TextBox13 As Telerik.Reporting.TextBox
Friend WithEvents txtGreenPanelHeading As Telerik.Reporting.TextBox
Friend WithEvents TextBox12 As Telerik.Reporting.TextBox
Friend WithEvents TextBox14 As Telerik.Reporting.TextBox
Friend WithEvents TextBox15 As Telerik.Reporting.TextBox
Friend WithEvents TextBox16 As Telerik.Reporting.TextBox
Friend WithEvents TextBox17 As Telerik.Reporting.TextBox
Friend WithEvents TextBox18 As Telerik.Reporting.TextBox
Friend WithEvents TextBox19 As Telerik.Reporting.TextBox
Friend WithEvents TextBox20 As Telerik.Reporting.TextBox
Friend WithEvents TextBox21 As Telerik.Reporting.TextBox
Friend WithEvents TextBox22 As Telerik.Reporting.TextBox
Friend WithEvents TextBox23 As Telerik.Reporting.TextBox
Friend WithEvents TextBox24 As Telerik.Reporting.TextBox
Friend WithEvents TextBox25 As Telerik.Reporting.TextBox
Friend WithEvents TextBox26 As Telerik.Reporting.TextBox
Friend WithEvents TextBox27 As Telerik.Reporting.TextBox
Friend WithEvents TextBox28 As Telerik.Reporting.TextBox
Friend WithEvents txtBluePanelHeading As Telerik.Reporting.TextBox
Friend WithEvents TextBox30 As Telerik.Reporting.TextBox
Friend WithEvents TextBox31 As Telerik.Reporting.TextBox
Friend WithEvents TextBox32 As Telerik.Reporting.TextBox
Friend WithEvents TextBox33 As Telerik.Reporting.TextBox
Friend WithEvents txtFirstColumnData As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebReturnsPercent As Telerik.Reporting.TextBox
Friend WithEvents txWebTotalsTotalWebReturnsRetail As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebReturnsUnits As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebRefundUnits As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebRefundPercent As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebExchangePercent As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebExchangeRetail As Telerik.Reporting.TextBox
Friend WithEvents txtWebTotalsTotalWebExchangeUnits As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreExchangeUnits As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreExchangeRetail As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreExchangePercent As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreRefundPercent As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreRefundRetail As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreRefundUnits As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreReturnsUnits As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreReturnsRetail As Telerik.Reporting.TextBox
Friend WithEvents txtStoresTotalsTotalStoreReturnsPercent As Telerik.Reporting.TextBox
Friend WithEvents txtTotalReturnsPercent As Telerik.Reporting.TextBox
Friend WithEvents txtTotalReturnsRetail As Telerik.Reporting.TextBox
Friend WithEvents txtTotalReturnsUnits As Telerik.Reporting.TextBox
Friend WithEvents txtTotalSalesRetail As Telerik.Reporting.TextBox
Friend WithEvents txtTotalSalesUnits As Telerik.Reporting.TextBox
Friend WithEvents TextBox62 As Telerik.Reporting.TextBox
Friend WithEvents TextBox61 As Telerik.Reporting.TextBox
Friend WithEvents TextBox63 As Telerik.Reporting.TextBox
Friend WithEvents TextBox64 As Telerik.Reporting.TextBox
Friend WithEvents TextBox65 As Telerik.Reporting.TextBox
Friend WithEvents TextBox66 As Telerik.Reporting.TextBox
Friend WithEvents TextBox67 As Telerik.Reporting.TextBox
Friend WithEvents TextBox68 As Telerik.Reporting.TextBox
Friend WithEvents txtTotalRefundUnits As Telerik.Reporting.TextBox
Friend WithEvents txtTotalRefundRetail As Telerik.Reporting.TextBox
Friend WithEvents txtTotalRefundPercent As Telerik.Reporting.TextBox
Friend WithEvents txtTotalExchangePercent As Telerik.Reporting.TextBox
Friend WithEvents txtTotalExchangeRetail As Telerik.Reporting.TextBox
Friend WithEvents txtTotalExchangeUnits As Telerik.Reporting.TextBox
Friend WithEvents txtGroupColumnData As Telerik.Reporting.TextBox
Friend WithEvents TextBox95 As Telerik.Reporting.TextBox
Friend WithEvents TextBox34 As Telerik.Reporting.TextBox
Friend WithEvents TextBox35 As Telerik.Reporting.TextBox
Friend WithEvents TextBox36 As Telerik.Reporting.TextBox
Friend WithEvents TextBox37 As Telerik.Reporting.TextBox
Friend WithEvents TextBox38 As Telerik.Reporting.TextBox
Friend WithEvents TextBox39 As Telerik.Reporting.TextBox
Friend WithEvents TextBox40 As Telerik.Reporting.TextBox
Friend WithEvents TextBox41 As Telerik.Reporting.TextBox
Friend WithEvents TextBox42 As Telerik.Reporting.TextBox
Friend WithEvents TextBox43 As Telerik.Reporting.TextBox
Friend WithEvents TextBox44 As Telerik.Reporting.TextBox
Friend WithEvents TextBox45 As Telerik.Reporting.TextBox
Friend WithEvents TextBox46 As Telerik.Reporting.TextBox
Friend WithEvents TextBox47 As Telerik.Reporting.TextBox
Friend WithEvents TextBox48 As Telerik.Reporting.TextBox
Friend WithEvents TextBox49 As Telerik.Reporting.TextBox
Friend WithEvents TextBox50 As Telerik.Reporting.TextBox
Friend WithEvents TextBox51 As Telerik.Reporting.TextBox
Friend WithEvents TextBox52 As Telerik.Reporting.TextBox
Friend WithEvents TextBox53 As Telerik.Reporting.TextBox
Friend WithEvents TextBox54 As Telerik.Reporting.TextBox
Friend WithEvents TextBox55 As Telerik.Reporting.TextBox
Friend WithEvents TextBox56 As Telerik.Reporting.TextBox
Friend WithEvents TextBox57 As Telerik.Reporting.TextBox
Friend WithEvents TextBox58 As Telerik.Reporting.TextBox
Friend WithEvents TextBox59 As Telerik.Reporting.TextBox
Friend WithEvents TextBox60 As Telerik.Reporting.TextBox
Friend WithEvents TextBox69 As Telerik.Reporting.TextBox
Friend WithEvents TextBox70 As Telerik.Reporting.TextBox
Friend WithEvents txtGroupHeaderVerticalLine2 As Telerik.Reporting.TextBox
Friend WithEvents txtGroupHeaderVerticalLine3 As Telerik.Reporting.TextBox
Friend WithEvents txtDetailVerticalLine2 As Telerik.Reporting.TextBox
Friend WithEvents txtDetailVerticalLine3 As Telerik.Reporting.TextBox
Friend WithEvents txtGroupFooterVerticalLine2 As Telerik.Reporting.TextBox
Friend WithEvents txtGroupFooterVerticalLine3 As Telerik.Reporting.TextBox
Friend WithEvents txtDetailVerticalLine1 As Telerik.Reporting.TextBox
Friend WithEvents txtGroupHeaderVerticalLine1 As Telerik.Reporting.TextBox
Friend WithEvents TextBox71 As Telerik.Reporting.TextBox
End Class

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 29 Jan 2016, 12:12 PM
Hello Catriona,

The mentioned PictureBox item is not present in the provided report definition. In order to investigate further, we will need a runnable sample project exhibiting the issue. You can open a new support ticket where you can attach a zipped sample project for us to investigate.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Catriona
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or