I have a reporting module which creates PDF reports from ListViews.
Now, I have a ListView in Virtual mode and therefore I cannot loop over the Items collection.
How do I loop over all elements in the list view from the reporting module?
I can get the VirtualListSize
property, so I know how many elements there are in the list.
Could I somehow call the RetreiveVirtualItem
explicitly?
The Reporting module has no knowledge about the underlaying list in the ListView.