PrintSettings in fastreports

edited 5:36AM in FastReport 4.0
We have several reports where some special printer settings need to be set, (like speed).

In windows it's possible to set these options, but there are not settable in fastreport TfrxPrintOptions

In other words: PrintDialog returns a PrinterSettings page, how to set these in FastReport?


System info:
-Fast Report 4.6 (stable)
-C# 2.0

Example code:
PrintDialog pd = new PrintDialog();
if (pd.ShowDialog() == DialogResult.OK) {
<fastreport report>.??? = pd.PrinterSettings;
}

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.