Skip to Content
0
Former Member
Jul 29, 2016 at 10:11 PM

How to refresh repository function in a report using C#

91 Views

Hi,

We created few custom functions and saved them to enterprise repository. Those functions are used in multiple reports.

We also have a c# program to load and export reports.We pass the Crystal Report file path, parameter values, and output file path. By using CrystalDecisions.CrystalReports.Engine.ReportDocument, we execute the reports and save them as pdf files.


If the shared function is updated in the repository, we have to open all reports that use that function and re-save to pick up the changes. Is it possible to create the enterpriseSession and refresh the functions on the fly?


Thanks.