I'd like to track down more information about what's happening during the render process. Currently I have the following in my Program.cs:
Code: Select all
Stimulsoft.Report.StiLogService.LogEnabled = true;
Stimulsoft.Report.StiLogService service = Stimulsoft.Report.StiConfig.Services.GetService(typeof(Stimulsoft.Report.StiLogService)) as Stimulsoft.Report.StiLogService;
service.LogPath = "Logs/StimulsoftReports.log";