Crystal Report content is wrong in Crystal Report Viewer, but right if exporting to pdf file directly.
-
We have a crystal report contains additional functions to get same text. It works well if we exporting report to PDF file directly, but display empty value if we preview report in Crystal Report Viewer. We declare a global variable in one sub report, it is a handle of an array, then we get same text from this global variable in other sub report. any suggestion for this case?
Glad to discuss with you and best wishes.
-
We have a crystal report contains additional functions to get same text. It works well if we exporting report to PDF file directly, but display empty value if we preview report in Crystal Report Viewer. We declare a global variable in one sub report, it is a handle of an array, then we get same text from this global variable in other sub report. any suggestion for this case?
Glad to discuss with you and best wishes.
-
Before the preview, is the ReportDocument.Refresh method called?
The need to optimize rises from a bad design.My articles[^]