HelloI have a stored procedure which generates data from some X table(this table is an input to the stored procedure at runtime) with some columns(this columns are decided at runtime as input to stored procedure).I m using this stored procedure as dataset to my report. As columns are dynamic I cannot set the columns to tablix while creating the report. Is there any way to set the columns dynamically to the tablix based on the output of the stored procedure?
↧