The RibbonReportingTab class represents a WPF ribbon tab to integrate mail merge and reporting functionality. To modify a document by using these options the TextControl must be connected through the WPF.TextControl.RibbonReportingTab property. Each item has a name, available through its Name property, which corresponds with a member of the WPF.RibbonReportingTab.RibbonItem enumeration. The FrameworkElement.FindName method can be used to get a certain item and manipulate, move or delete it.

Syntax

public class RibbonReportingTab : System.Windows.Controls.Ribbon.RibbonTab
Public Class RibbonReportingTab
  Inherits System.Windows.Controls.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.

Properties

Property Description
DataSourceManager Provides the DataSourceManager that is connected with the RibbonReportingTab.
FieldNavigatorSidebar Gets or sets the the name of the sidebar that is connected to the RibbonReportingTab's TXITEM_FieldNavigation button.

Further Reading

Learn more about the TXTextControl.WPF.RibbonReportingTab Class in the Text Control Blog: