Entire customui.xml (first 3 buttons):
<customUI xmlns="
http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad" loadImage="LoadImage">
<ribbon>
<tabs>
<tab id="WR_RX_MAIN_MENU" label="AutoTag" visible="true">
<group id="WR_RX_TAGS" label="Tags">
<button id="WR_RX_INSERT_TAG" label="Insert Tag"
onAction="RxInsertTag" getEnabled="IsInsertButtonVisible"
image="element_add.png" size="normal" screentip="Insert a
Windward Reports Tag at the cursor location"/>
<button id="WR_RX_EDIT_TAG" label="Edit Tag" onAction="RxEditTag"
getEnabled="IsEditButtonVisible"
image="element_add.png" screentip="Edit the Windward Reports Tag
the cursor is on"/>
<button id="WR_RX_DELETE_TAG" label="Delete Tag"
onAction="RxDeleteTag" getEnabled="IsEditButtonVisible"
image="element_add.png" screentip="Delete the Windward Reports Tag
the cursor is on"/>
<separator id="WR_RX_SEP1"/>
<button id="WR_RX_DATA_BIN" label="Data Bin" onAction="RxDataBin"
getEnabled="IsDataBinButtonVisible"
imageMso="ImportMoreMenu" screentip="Bring up the data bin"/>
<button id="WR_RX_SELECT_TAG" label="Select Tag"
onAction="RxSelectTag" getEnabled="IsEditButtonVisible"
screentip="Select the Windward Reports Tag the cursor is on"/>
<button id="WR_RX_VALIDATE_TAG" label="Validate Tags"
onAction="RxValidate" getEnabled="IsEditableButtonVisible"
imageMso="FileCompabilityCheckerWord" screentip="Validate all tags"/>
</group>
<group id="WR_RX_REPORTS_MENU_TAG" label="Run Report">
<button id="WR_RUN_TAG" label="Quick RTF" onAction="RxRun"
getEnabled="IsReadOnlyButtonVisible"
imageMso="WatermarkGallery" screentip="Run and display the report"/>
<button id="WR_REPORT_HTML" label="HTML" onAction="RxRunHtml"
getEnabled="IsReadOnlyButtonVisible"
screentip="Display report as html"/>
<separator id="WR_RX_SEP4"/>
<button id="WR_REPORT_PDF" label="PDF" onAction="RxRunPdf"
getEnabled="IsReadOnlyButtonVisible"
screentip="Display report as pdf"/>
<button id="WR_REPORT_RTF" label="RTF" onAction="RxRunRtf"
getEnabled="IsReadOnlyButtonVisible"
imageMso="FileSaveAsWord97_2003" screentip="Display report as rtf"/>
<button id="WR_REPORT_TEXT" label="TEXT" onAction="RxRunText"
getEnabled="IsReadOnlyButtonVisible"
screentip="Display report as text"/>
<separator id="WR_RX_SEP5"/>
<button id="WR_REPORT_WML" label="XML (Word)" onAction="RxRunWml"
getEnabled="IsReadOnlyButtonVisible"
imageMso="FileSaveAsWordDocx" screentip="Display report as WordML"/>
<button id="WR_REPORT_SML" label="XML (Excel)" onAction="RxRunSml"
getEnabled="IsReadOnlyButtonVisible"
imageMso="FileSaveAsExcelXlsx" screentip="Display report as
SpreadsheetML"/>
<button id="WR_REPORT_XLS" label="XLS" onAction="RxRunXls"
getEnabled="IsReadOnlyButtonVisible"
imageMso="FileSaveAsExcel97_2003" screentip="Display report as xls"/>
</group>
<group id="WR_RX_DATA_MENU_TAG" label="Data">
<button id="WR_RX_DATASOURCES_TAG" label="Data Sources"
onAction="RxDataSourceOptions" getEnabled="IsEditableButtonVisible"
imageMso="DatabaseInsert" screentip="Set Windward Reports data
sources"/>
<button id="WR_RX_MAPLIST_TAG" label="Map && View Lists"
onAction="RxMapOptions" getEnabled="IsEditableButtonVisible"
imageMso="SharePointListsWorkOffline" screentip="Set Windward
Reports map & view lists"/>
<separator id="WR_RX_SEP2"/>
<button id="WR_RX_BEANS_TAG" label="Beans"
onAction="RxBeanOptions" getEnabled="IsEditableButtonVisible"
screentip="Set Windward Reports beans"/>
<button id="WR_RX_DATA_IMPORT" label="Import"
onAction="RxDataImport" getEnabled="IsEditableButtonVisible"
screentip="Import dataset"/>
<button id="WR_RX_DATA_EXPORT" label="Export"
onAction="RxDataExport" getEnabled="IsDatasourceButtonVisible"
screentip="Export dataset"/>
</group>
<group id="WR_RX_TOOLS_MENU_TAG" label="Tools">
<button id="WR_RX_TOOLS_CONVERT" label="Convert Tags"
onAction="RxConvert" getEnabled="IsEditableButtonVisible"
screentip="Convert tags"/>
<button id="WR_RX_REPLACE_CONVERT" label="Replace"
onAction="RxReplace" getEnabled="IsEditableButtonVisible"
imageMso="FindDialog" screentip="Replace text in tags"/>
</group>
<group id="WR_RX_OPTIONS_MENU_TAG" label="Options">
<button id="WR_RX_OPTIONS_TAG" label="Options"
onAction="RxOptions" imageMso="FileProperties" screentip="Set Windward
Reports options"/>
<button id="WR_RX_LICENSE_TAG" label="License"
onAction="RxLicense" imageMso="FileAddDigitalSignature" screentip="Set
Windward Reports license key"/>
<separator id="WR_RX_SEP3"/>
<button id="WR_RX_ABOUT_TAG" label="About" onAction="RxAbout"
imageMso="Info" screentip="Windward Reports version"/>
<button id="WR_RX_HELP_TAG" label="Help" onAction="RxHelp"
imageMso="FunctionsLogicalInsertGallery" screentip="Windward Reports Help"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>