Hi Brian,
I thought of posting this question directly to you.
I bought your book and have read the chapter 17 Dynamic data sources but no where could I find solution to create run time report. Dataset returned by my sql stored procedure returns dynamic field names for eg
year_2001 , year 2002 and so on depending on user input. In that case my schema for the report will not match since the field names will not match. How can I generate a report from dataset that returns dynamic column names.
In one of your post you mentioned about alias names. Is it possible to change the names after the dataset is returned in code behind page.