下記のコードに修正をしたらPDFファイルとして保存することができましたが、画面にPDFを表示できないので困っています。
GrapeCity.ActiveReports.SectionReport sectionReport = new GrapeCity.ActiveReports.SectionReport();
XmlReader xtr = XmlReader.Create(Application.StartupPath + @"....\SectionReport1.rpx");
sectionReport.LoadLayout(xtr);
sectionReport.Run();
GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport pdfExport = new GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport();
pdfExport.Export(sectionReport.Document, Application.StartupPath + "\MyPDF.pdf");
どうしたらPDFを表示できますか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。