9/26/2010 9:35:56 PM
Title:
ifactory
how can i pass renderer to a class having property defined as ifactory, from a mxmodule.
for example printOption.MyReportHeader: IFactory.
9/28/2010 11:14:46 PM
you can create a global variable, or a public variable in root of your application and store the reference of the renderer in that variable in that . after that you can access it from any where in your application.