<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >SetBackgroundImageAlign |
Sets the position and alignment of a background image.
Prototype :
void SetBackgroundImageAlign
(
string ImageAlign
)
Arguments :
ImageAlign |
position and alignment of an image. refer to ImageAlignmentConst. |
Example :
//enter string
This.SetBackgroundImageAlign("Center");
//use constant
This.SetBackgroundImageAlign(ImageAlignmentConst.Center);
Available Events :
OnBind
See also :