cancel
Showing results for 
Search instead for 
Did you mean: 

Code when we click Print Preview in B1

Former Member
0 Kudos

Hi,All

I want to know that when we click Print Preview in Report page. What we must use code in vb.net? I hope everybody will understand.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You must write an event handler for menu event.

Take a look at the vb.net samples in the SDK about catching menu events.

Print preview menu under 'File' (same as toolbar button) has ID 519 (you'll find a complete list in the sdk help at topic 'List of Menu Item IDs'

Hope this helps

Answers (0)