Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF.

This commit is contained in:
Rich
2015-09-12 15:41:08 +00:00
parent 9595cded52
commit 14e0d8c756
3 changed files with 30 additions and 5 deletions

View File

@@ -241,6 +241,7 @@ namespace CmpRpt
for (int i = cnt - 1; i >= 0; i--)
headers.Add(reversehdrs[i]);
}
myrodb.MyDBID = tbl;
rptele.Show(myrodb, headers, showStat);
Application.DoEvents();
headers.Clear();