I've found several properties -
SI_PERDOC_DYNAMIC_RECIPIENTS_PROFILE_MAPPINGS gets the dynamic recipients doc info including which fields the email address and user info are in. It includes the SI_ID of the dynamic recipients report.
SI_PROCESSINFO_PER_DOC gives the output kind of each document.
SI_PUBLICATION_DOCUMENTPROFILE_TARGETS gives a list of SI_IDs for reports.
So, I think I can get there from here. It would just be nice if the "getters" in the java components actually worked to get this info - it would be easier than dealing directly with the properties.
-Dell