0

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

Harvinder
  • 91
  • 2
  • 10

2 Answers2

0

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

xaml
  • 172
  • 9
0

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.

Community
  • 1
  • 1
Josh
  • 697
  • 7
  • 18