Whenever i am trying to export map into pdf getting javascript error as Unknown name.
Here is the line where the script debugger stops when i say debug
return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
Hope this information might help you in finding out the problem.
instance.CallFunction("<invoke name=\"hasRendered\" returntype=\"javascript\"><arguments></arguments></invoke>")
<script Error>
eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"))
instance.CallFunction("<invoke name='hasRendered' returntype='javascript'><arguments></arguments></invoke>")
<script Error>
Anyone who can help out in this regard.