about pdf output and printing process with c#

edited 9:48AM 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 9:48AM
    It is realy simple

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

    Thats it

Leave a Comment