How to load *.fpx and Print it.

edited July 2010 in FastReport .NET
It's Ok Now
Dear AlexTZ:
I want to save the preview to *.fpx.and when I reprint I wan't to load *.fpx to print, How to do that?

Comments

  • edited 8:06PM
    code like this:
    preview1.Load("C:\\Documents and Settings\\lucky\\desktop\\x.fpx");
    FReport.Prepare();
    FReport.ShowPrepared();

    the report flash and then disappeared,and can not print.
    but use toolbars it worked well.

    and use Viewer.exe can't open *.fpx file.
    when double click *.fpx then can open it,and now use toolbar to open *.fpx it worked.
    why?
  • edited 8:06PM
    It's Ok Now:
    FReport.Preview = preview1;
    preview1.Report.LoadPrepared("C:\\Documents and Settings\\liulimin\\桌面\\x.fpx");
    FReport.ShowPrepared();

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.