Hi,
how can i set more graphs on the Report programically?
I have a List of Data, and i want have for every Data an own graph.
This is dynamically via a for loop...because i don't now at the start how many graphs i need
something like that:
for(var i = 0; i<List.count; i++){
var graph = new Graph()
......
}
But how and where?
how can i set more graphs on the Report programically?
I have a List of Data, and i want have for every Data an own graph.
This is dynamically via a for loop...because i don't now at the start how many graphs i need
something like that:
for(var i = 0; i<List.count; i++){
var graph = new Graph()
......
}
But how and where?