简体   繁体   中英

C# Crystal report export to PDF with Chart

My Crystal report file contains data and one chart. When i am trying to export PDF from C# code, It does not export Chart. Showing Blank page for Chart.

I am using following code.

cryRpt.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);

It seems similar with "Exportable" property, that all objects contain in FastReport.Net. Is there the same property in Crystal may be?

C# Crystal Report problem and chart?

It might be worth checking some of the previous answers provided on this question, that sounds to be fairly similar to your issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM