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);