Displaying Vendor name in ax report

hi expert i have little query , in ax 2012 R3 there is report vend-invoice Report, actually i want to display vendor name on that report,by default there is no vendor name,for this i just added vendor name(extended data type) in vendinvoice temp table,and then just reference that field in class of vendinvoice,rebuild the ax,and in vs2012 add that field in report design ,and depolye ,but still the vendor name not does not showed in report…plz guide me…

Regards.

First of all, debug the code that fills the value to the temporary table. If it doesn’t work, fix it. If it does, your problem seems to be in the report itself, e.g. the report control isn’t correctly bound to the field.