AliyuKatsina
Registered User.
- Local time
- Today, 22:49
- Joined
- Dec 31, 2009
- Messages
- 73
Hello;
I want to display a custom ribbon when I open a report in print preview mode. The ribbon name is PrintRibbon with the following xml:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="printMenu" label="PRINT" >
<group id="grpFile" label="Print Menu">
<button idMso = "PrintDialogAccess" size ="large" label ="Quick Print"/>
<button idMso = "PageSetupDialog" size ="large"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
I've set the report ribbonname property to PrintRibbon, but it doesn't display the ribbon. I've tested the ribbon with my main form and it works okay.
Can somebody tell me what I did wrong?
Engr. Aliyu
I want to display a custom ribbon when I open a report in print preview mode. The ribbon name is PrintRibbon with the following xml:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="printMenu" label="PRINT" >
<group id="grpFile" label="Print Menu">
<button idMso = "PrintDialogAccess" size ="large" label ="Quick Print"/>
<button idMso = "PageSetupDialog" size ="large"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
I've set the report ribbonname property to PrintRibbon, but it doesn't display the ribbon. I've tested the ribbon with my main form and it works okay.
Can somebody tell me what I did wrong?