Hello there,
I have 8 graphs in a telerik report and each of these graphs is assigned to the same datasource which calls a sproc. But we did a trace and looks like the report calls this same sproc as many time as the # of graphs on the report. So currently, I have 8 graphs that is assigned to the same datasource, the report calls this sproc/datasource 8 times (each for a graph).
So for each graph, I see the line this.chart1.DataSource = this.Graph (Graph is the name of the datasource), but of course the # changes from each graph from 1 to 8. How do fix this? How do we just call the sproc/datasource 1 time and then feed all the graphs from the data returned from this one call?
Thank you so much for your advice and your help!
-Bryan
I have 8 graphs in a telerik report and each of these graphs is assigned to the same datasource which calls a sproc. But we did a trace and looks like the report calls this same sproc as many time as the # of graphs on the report. So currently, I have 8 graphs that is assigned to the same datasource, the report calls this sproc/datasource 8 times (each for a graph).
So for each graph, I see the line this.chart1.DataSource = this.Graph (Graph is the name of the datasource), but of course the # changes from each graph from 1 to 8. How do fix this? How do we just call the sproc/datasource 1 time and then feed all the graphs from the data returned from this one call?
Thank you so much for your advice and your help!
-Bryan