c# 4.0 - Image is not visible of user added buttons in active report 6.0 -
i have winform application.in application using active reports reporting purpose.so in active report viewer have added buttons print , export , email. attaching snapshot adding these buttons.

and here code how adding these buttons on load event.
code
my problem how show image these buttons in active reports shown in attached image.any appreciated.
the code used not displayed in posted query, however, following code snippet can used add custom button in viewer toolbar along desired image:
dim prnt_btn new toolstripbutton prnt_btn.image = image.fromfile("..\..\print.jpg") viewer1.toolbar.toolstrip.items.insert(2, prnt_btn) regards, mohita
Comments
Post a Comment