about pdf output and printing process with c#

edited 12:20PM in FastReport .NET
hello,

I can't get pdf output with fastreport. There are very few examples of this. Examples of all web projects. I dont understand. Can you share an example on this? Or tell me what to do? :angry:" border="0" alt="mad.gif" />" alt=">" />

Comments

  • edited 12:20PM
    It is realy simple

    FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport();
    YourReport.Export(export, PDFName);

    Thats it

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.