Select to view content in your preferred language

multiple columm report

956
2
Jump to solution
11-05-2012 01:19 AM
Jose_FranciscoSánchez_Díaz
Deactivated User
Hello:
I'm preparing a arcpy based toolbar for generating cadastral reports.
The expected result is a pdf document with a map series and a report with a list of parcels.

My problem is that I need to fit parcel list in less pages as possible.
I tryed to use the ArcGIS report but I don't know how to set up parcel list in several columms per page.
I only able to put all parcels stack in one column, so it takes several pages to show all parcels.
Could anyone tell me how to fix this?
Thank you!!
0 Kudos
1 Solution

Accepted Solutions
JeffBarrette
Esri Regular Contributor
0 Kudos
2 Replies
JeffBarrette
Esri Regular Contributor
0 Kudos
Jose_FranciscoSánchez_Díaz
Deactivated User
Thank you jefff!
That examples didn't fit to my specific needs, but where very usefull to me.
I finally created the reports with acces and export them to pdf with VBA. Once every report and map series where created I merged it into one document following one of the examples with python.
0 Kudos