Dot Matrix Preview

Stimulsoft Reports.NET discussion
Post Reply
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Dot Matrix Preview

Post by EDV Gradl »

I finally found the dot matrix preiview. Great feature!

In the preview, there are several options for priting (supress spaces etc.) How do I change these options via code?

It is possbile to decide which mode (Standard or Dot Matrix) with be shown when using the preview via code?

Thanks! Keep up the good work!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dot Matrix Preview

Post by Edward »

EDV wrote:I finally found the dot matrix preiview. Great feature!

In the preview, there are several options for priting (supress spaces etc.) How do I change these options via code?

It is possbile to decide which mode (Standard or Dot Matrix) with be shown when using the preview via code?

Thanks! Keep up the good work!
You may change this options via the following code:

Code: Select all

StiOptions.Preview.DotMatrixWindow.CutLongLines = false;
... 

This feature you may access in the tomorrow build.

Thank you.
Post Reply