Text Export Width

Hi, i'm working with a report that need to be exporter as text to printer in at dot matrix printer, but wen i export the report, this has a bigger width (larger than A4), and the report is designer as 8cm width

This is how export
Dim reporte As New FastReport.Report()
                                          Try
                                              FastReport.Utils.Config.ReportSettings.ShowProgress = False
                                              reporte.Load(AppDomain.CurrentDomain.BaseDirectory & "\rpt.frx")
                                              reporte.RegisterData(DataContainer)
                                          Catch ex As Exception
                                              Me.Dispatcher.Invoke(Sub()
                                                                       Application.Current.Shutdown()
                                                                   End Sub)
                                          End Try
                                          reporte.PrintSettings.Printer = Globales.Printer.Printer_Name
                                          Dim es As New FastReport.Export.Text.TextExport
                                          reporte.Prepare()
                                          es.Export(reporte, AppDomain.CurrentDomain.BaseDirectory & "\exp.txt")
                                          reporte.Dispose()

This is the export result
Consorcio Rokas
                                                    OPORTO
                                                     DEMO
       Ticket N??: 2-000534                                                                 +59865656565
       31/10/2012 15:04:31
                                               Consorcio Rokas
                                            Loteria Uruguay Tarde
                                                                  $                       Pale
                  $                      Num           │
                  1                       22           │          1                      2222
                                                       │          1                      9065
                  1                       67           │
       ────────────────────────────────────────────────┴─────────────────────────────────────────────────
                              $                                             Tripleta
                                                 Sin Jugadas
        ─────────────────────────────────────────────────────────────────────────────────────────────────
                                                 Total: $4.00
                                    Consorcio Rokas no se har?? responsable
                                   por ning??n pago de alg??n ticket ganador.
                                                  Lo siento!
                                                     DEMO

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.