First tab of a customized dashboard is FillPanel for main controller

Is there an easy way to change the name of the first tab in a dashboard after using the sheet wizard to bring in more tabs? FillPanel is just tacky.

image

private Infragistics.Win.UltraWinDock.UltraDockManager udmMS;
udmMS=((Infragistics.Win.UltraWinDock.DockablePaneBase)(((Infragistics.Win.UltraWinDock.DockableControlPane)((Infragistics.Win.UltraWinDock.DockableWindow)(“dockmanager name”.Parent)).Pane))).Manager;
udmMS.ControlPanes[“FillPanel”].TextTab = “custom text”;

dockmanager name is “MassShipmentSearch” in the below attached pic. r

Why are you using the Sheet Wizard to add sheets? You can just add more in dashboard designer

image

I would like multiple queries on each tab.
This is one tab, the other 2 tabs each have multiple queries too.