Hi All,
Is there a way to programmatically specify which crosstabs to export to excel? I would need to export only those crosstabs which are on the currently active tabpage, and also visible.
I can build an array manually, where i list the crosstabs on my page, but at the same time i should also check whether it is visible or not at the moment of export button click. I tried to to it with iterating that array, but to me seems that 'array' currently is really basic, cannot remove anything or even create an empty array with a specific type (in my case CrosstabArray)
Any help would be appreciated.
Krisztian