Hi all,
I have some map production tools which I originally built in 2013 for ArcMap 10.0, using ArcObjects and C#. A few years ago I converted them to Python and made them work with Pro.
I'm getting ready to do a third major iteration given some updated requirements and I'm considering modifying the tools so instead of using layouts to generate PDFs, they use Pro reports instead. I don't know much about reports though, would appreciate hearing from anyone regarding:
- Do they have any significant advantages or disadvantages versus using layouts? The layouts currently being used involve a lot of elements like labels and tables with spatial filters based on the map extent(s).
- Have you automated their creation, and ever run into any major blockers in the process? Specifically, have you ever hit any gaps in ArcPy where you've tried to do something and it just isn't possible?
Map series aren't part of these tools, so any differences involving those isn't important.
Thanks!