Printing

edited 4:06AM in FastReport .NET
I can print to web reports without having to generate in some format like PDF, XLS, ... I want the standard window of windows open for viewing and printing in a desktop application, but I'm getting to. To trying something like this:

FastReport.Report wrpListaAluno = new FastReport.Report ();
wrpListaAluno.Load (Server.MapPath ( ". / Reports / ListaAlunoNome.frx"));
wrpListaAluno.SetParameterValue (strSQL, "strSQLRELAT);
wrpListaAluno.Prepare ();
wrpListaAluno.show () / / wrpListaAluno.ShowPrepared ()

Comments

  • edited March 2010
    Hello,

    Direct printing (like in windows forms) is not allowed in the web mode. When you press the Print button, FastReport exports the report to pdf and opens it in Acrobat Reader. Then you may print a report.

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.