HI,
I have customised my ribbon, but want to use the print preview ribbon with my reports. I have found some info on contextual tabs, and have set the following code into the ribbon table, with the ribbon being called as the report is opened.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<contextualTabs>
<tabSet idMso="TabSetFormReportExtensibility">
<tab idMso="TabPrintPreviewAccess"/>
</tabSet>
</contextualTabs>
</ribbon>
</customUI>
I am getting the following error
line: 4
column: 52
error code 0x80004005
failed to find office control by id
ID: TabPrintPreviewAccess
I got the tab name from a list of ribbon controls from the microsoft site.
I can open the report, but I don't get the print preview ribbon, can anyone spot my silly mistake.
Thanks
Sue.
I have customised my ribbon, but want to use the print preview ribbon with my reports. I have found some info on contextual tabs, and have set the following code into the ribbon table, with the ribbon being called as the report is opened.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<contextualTabs>
<tabSet idMso="TabSetFormReportExtensibility">
<tab idMso="TabPrintPreviewAccess"/>
</tabSet>
</contextualTabs>
</ribbon>
</customUI>
I am getting the following error
line: 4
column: 52
error code 0x80004005
failed to find office control by id
ID: TabPrintPreviewAccess
I got the tab name from a list of ribbon controls from the microsoft site.
I can open the report, but I don't get the print preview ribbon, can anyone spot my silly mistake.
Thanks
Sue.