about pdf output and printing process with c#
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? " border="0" alt="mad.gif" />" alt=">" />
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? " border="0" alt="mad.gif" />" alt=">" />
Comments
FastReport.Export.Pdf.PDFExport export = new FastReport.Export.Pdf.PDFExport();
YourReport.Export(export, PDFName);
Thats it