access ribbon

icemonster

Registered User.
Local time
Today, 02:31
Joined
Jan 30, 2010
Messages
502
hi

just wondering, how do i bring back the print ribbon when i customize my own? or better yet, how do i add a zoom in zoom out button?
 
Hi

Not quite understand what you are wanting. If you have a custom ribbon for printing, simply inform the proprieadade report the name of the ribbon. When the report is loaded ribbon appears, when closed the ribbon also closes.

Customization of a group to Zoon:

Code:
<group id="grpZoom" label="Zoom" >
<splitButton idMso="PrintPreviewZoomMenu" size="large" visible="true"/>
<toggleButton idMso="ZoomFitToWindow" size="large"/>
<toggleButton idMso="ZoomOnePage" size="large"/>
<toggleButton idMso="PrintPreviewZoomTwoPages" size="large"/>
</group>

Here is a link on the customization the ribbon with video classes

http://www.ribbon01.com/tutoriais/tuto6eng.asp?id=1#inicio

Success
 

Users who are viewing this thread

Back
Top Bottom