I am looking to get some details about a report programmatically, like the different report sections and their column sets. I am looking at some .igr files for some reports I wrote and they do appear to be XML-serialized objects. Does the NetAdvantage API provide a way to query the report definition to get details of a report?
Thanks.
Hi Jerry,
Unfortunately, there is no native API to query the report definition, you would have to consume the XML via LINQ to XML or other similar APIs.
Regards,Héctor
I see -- ok thanks for the quick response. It doesn't look bad at all to work with using linq, but if I'm going to do that I'll at least write some wrapper classes.