DashboardDesignerSaveDashboardLayout Method |
|
DataPA OpenAnalytics API Reference
Updates the Tab.LayouXML property from the currently displayed layout.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SaveDashboardLayout(
DashboardTab Tab
)
Public Sub SaveDashboardLayout (
Tab As DashboardTab
)
public:
virtual void SaveDashboardLayout(
DashboardTab^ Tab
) sealed
function SaveDashboardLayout(Tab);
Parameters
- Tab
- Type: DataPAEnterpriseDashboardDashboardTab
The tab you wish to apply the save to.
Remarks See Also