Posted 9 December 2024, 1:15 am EST
I don’t quite understand the design of ActiveReports.NET. I use the latest version of ActiveReports Designer (18.2) to create an RDLX with SQL Server data source. It runs fine at design time, and I also have a successful putting it on a web application using JSViewer with openReport command. However, when I created an RDLX that use a CSV file as data source, it worked during design time but failed to run on the web. I suspect this is because the RDLX file is only pointing to the file location without embedding the data. Since the CSV file path is inaccessible from the web, what is the proper way to display an RDLX created with a CSV data source?