Code: Select all
/form[@controlname='ReportLaunchDialog']/container/container[@controlname='panel2']/element[@controlname='CostItemReportControl']
Post by Ciege » Wed Apr 13, 2011 5:17 pm
Code: Select all
/form[@controlname='ReportLaunchDialog']/container/container[@controlname='panel2']/element[@controlname='CostItemReportControl']
Post by Ciege » Wed Apr 13, 2011 8:10 pm
Post by Support Team » Thu Apr 14, 2011 4:32 pm
Post by Ciege » Thu Apr 14, 2011 4:41 pm
Post by Support Team » Thu Apr 14, 2011 4:46 pm
It seems like it's only that one control coming from a dynamic assembly. As long as it's only that single control, I would not worry about it. And you cannot do much about it unless you change how plugin assemblies are loaded in your application, I guess...Ciege wrote:Should I be worried at all about the automatability of that form?