The RibbonReportingTab class represents a Windows Forms ribbon tab to integrate mail merge and reporting functionality. To modify a document by using these options the TextControl must be connected with the Ribbon that hosts the RibbonReportingTab.

Syntax

public class RibbonReportingTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonReportingTab
  Inherits Windows.Forms.Ribbon.RibbonTab

Introduced: X14.

Constructors

Constructor Description
RibbonReportingTab Initializes a new instance of the RibbonReportingTab class.

Enumerations

Enumeration Description
RibbonDropDownItem Each RibbonDropDownItem represents a drop-down item in the RibbonReportingTab.
RibbonItem Each RibbonItem represents an item in the RibbonReportingTab that is not a drop-down item.

Methods

Method Description
FindItem Finds a control that has the provided RibbonReportingTab.RibbonItem identifier.

Properties

Property Description
DataSourceManager Provides the DataSourceManager that is connected with the RibbonReportingTab.
FieldNavigatorSidebar Gets or sets the sidebar that is connected to the RibbonReportingTab's TXITEM_FieldNavigation button.
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)

Further Reading

Learn more about the TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab Class in the Text Control Blog: