Hello,
I tried using this link to export data from database and convert to Pdf but it’s giving me some errors.
e.g. Color.BLACK
Color namespace not found.
Hi swaray,
Instead of using Color class use BaseColor class.
Use
BaseColor.BLACK
Instead of
Color.BLACK
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.