hi,
how can i save my report as a pdf file?
i've installed the acrobat professional edition and i call the triver in my c#:
oRpt.PrintOptions.PrinterName = @"\\Schneider\AdobePDF";
oRpt.PrintOptions.PaperSource = PaperSource.Auto;
oRpt.PrintOptions.PaperSize = PaperSize.PaperA4;
oRpt.PrintToPrinter(1,true,73,73);
but how can i indicate the filename and the filepath?
or is there a default filepath??
thanks a lot, stephanie
how can i save my report as a pdf file?
i've installed the acrobat professional edition and i call the triver in my c#:
oRpt.PrintOptions.PrinterName = @"\\Schneider\AdobePDF";
oRpt.PrintOptions.PaperSource = PaperSource.Auto;
oRpt.PrintOptions.PaperSize = PaperSize.PaperA4;
oRpt.PrintToPrinter(1,true,73,73);
but how can i indicate the filename and the filepath?
or is there a default filepath??
thanks a lot, stephanie