Print PDF Plugin not working if the table has Image

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
vsoni
User
Posts: 3

Print PDF Plugin not working if the table has Image

Post by vsoni »

Hi,

Please share any pointers to fix this issue. We have images on the table and the print PDF throws object reference not set to an instance on object error when clicked export. The table has Image tag, this is the reason the error comes.
The table without Image tag get PDF export successfully.

Thanks,


motfs
User
Posts: 258

Post by motfs »

Try to enable debug mode (click Tools -> Advanced Settings -> Debug) and show the error line number. Is your image BLOB field or upload to folder?


Post Reply