Hello,
Is MergeField event fired for a Region if corresponding DataTable is empty? I was stepping through in debugger and it appears that MergeField event fired only for DataTables that have at least 1 row.
What I try to accomplish is to replace all merge fields that have no value (have value of null, DBNull, or corresoponding DataTable has no rows) with specific text. I tried to do it through MergeField event hoping it will be fired for all fields and all DataTable but it does not seem to be the case. Is there any other way to do it?
Thanks