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.

enter image description here

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -