I use Craxdrt to work with reports in my Delphi app. I have to create custom report execution progress dialog.
In type library for craxdrt I found that Report object has another outgoing interface(used for events) ICrystalReportSourceEvents, supporting OnDataAvailable and OnProgress events. Can I use these events?
In type library for craxdrt I found that Report object has another outgoing interface(used for events) ICrystalReportSourceEvents, supporting OnDataAvailable and OnProgress events. Can I use these events?