dotmatrix printing

edited 2:30AM in FastReport .NET
Hai

I use this code for exporting to text file for dotmatrix printing,

Dim exp As New FastReport.Export.Text.TextExport
exp.ScaleX = 0
Frp.Export(exp, "c:\Fee.txt")

my prob is after exporting width of exported txt file too long, scaling is not working,
how can i adjust width through code of exported file.

when preview is showed scale shopws 2.5 and when i click autoscale for four times
then i get correct width.But i dont want prev window.
or is there any method to sent directly to dotmatrix.


please tell me a solution.
also tell me how to change graphics to text mode using vb2005

is any changes made for dotmatrix in new version.
(i use ver 1.2.47)

thanks.

Leave a Comment