frxReport.PreviewPages.Print Problem

Hi,

There is a problem when I try print report from Delphi code:

frxReport.PreviewPages.LoadFromStream(Stream);
frxReport.PrepareReport;
frxReport.PreviewPages.Print or frxReport.Print

does'nt work.

Any suggestion would be helpfull.

Thanks in advance.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 3:38PM
    assuming you have positioned to start of stream.
    frxReport.PreviewPages.LoadFromStream(Stream);// loads a prepared report
    // not needed report is already built frxReport.PrepareReport;
    frxReport.Print
  • edited 3:38PM
    gordk wrote: »
    assuming you have positioned to start of stream.
    frxReport.PreviewPages.LoadFromStream(Stream);// loads a prepared report
    // not needed report is already built frxReport.PrepareReport;
    frxReport.Print


    thx alot, that helped >

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.