Hi,
Currently i am working with the Telerik standalone report designer to generate a report. The report consists of a crosstab table which is populated by a stored procedure. One of the parameters for the stored procedure is a column name (string) which the user should be able to choose from a list of options.
What i am trying to do is populate the list of column names (strings) of which the user can choose from with a csv datasource. The list is actually a TextBox for which the DataSource is set. The column names are shown, but when the Preview button is clicked on the report gives an error:
"An error has occurred while processing Table 'table1':
Failed to convert parameter value from a Object[] to a String.
-------------------InnerException------------------------
Object must implement IConvertible."
Because i want to set everything in the designer itself and do not want to use c# code how can i do this?