Dot-matrix Report with FastReport - c#
Hi,
I have a dotmatrix printer and ı want to print some files in text mode.
But fastreport 4.0 in c# prints graphic mode.
I can only print in text mode after export to txt.
There is a option in delphi fastreport; ı can choice report tipe "Standart Report" or "Dot-Matrix Report".
But ı cant do it in c# fastreport. I can only choice 1x report and it prints graphic mode.
How can ı print in text mode directly in c# fastreport ?
or is there anything u can suggest me ?
Thx.
I have a dotmatrix printer and ı want to print some files in text mode.
But fastreport 4.0 in c# prints graphic mode.
I can only print in text mode after export to txt.
There is a option in delphi fastreport; ı can choice report tipe "Standart Report" or "Dot-Matrix Report".
But ı cant do it in c# fastreport. I can only choice 1x report and it prints graphic mode.
How can ı print in text mode directly in c# fastreport ?
or is there anything u can suggest me ?
Thx.
Comments
You can try to use the plain text export, but there are limitations. You can't use all dot matrix build in capabilities like printing bold, italic, underline etc.
Best regards