I have a reporting module that 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 iterate over all the elements in a list view from a reporting module?
I can get the VirtualListSize property, so I know how many elements are in the list. Can I somehow call RetreiveVirtualItem explicitly?
The Reporting module does not know about the list of supports in the ListView.
source share