Hi,
I am using Telerik reporting.
I have some reports that have some graph and table in the report design.
When I try to export a report in CSV format, it was showing some extra static columns.
I have tried this
https://www.telerik.com/forums/report-export-to-csv-has-extra-columns
and this
https://docs.telerik.com/reporting/configuring-telerik-reporting
With the help of these configuration now static data is not showing in report, but now the problem is that report is exporting all the data present in report data source. So in report CSV I can see many tables spanning across different columns in CSV with varying number of rows.Is there any option available to control the data/component being exported in output CSV, lets say I just want to export a table data in CSV not the source data for some graph on the same report.