I have come up with the need for the dynamic generation of report depending upon the user selection. actually the number of columns in the table keep varying thus the schema of the table is also not fixed. thus table is also to be generated dynamically, i have been able to make a data table dynamically, thinking that it may be given as the report source to the report but have not been able to achieve it. so what i need is the way by which i can provide the schema for the same to the report and fill in the data that i have in my table dynamically.
↧