<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >SetBackgroundImagePrintable |
Enable or disable printing of background image.
Prototype :
void SetBackgroundImagePrintable
(
bool Printable
)
Arguments :
Printable |
set to true for printing |
Example :
This.SetBackgroundImagePrintable(true);
Available Events :
OnBind