I currently have a system set up where the users can "build" their own SQL query using a GUI.
I need to show the result in a report like crystal reports, Report Viewer or Telerik Reporting etc.
Because I don't know what columns will be returned from the query (because the user has full control over what columns to select), I need to know if it is possible at all to show this data in a report.
So my question is: Is it possible to show the result of the query in a reporting control without knowing what columns are actually going to be returned/shown? And how?