DashboardDesignerSetTabLayout Method |
|
DataPA OpenAnalytics API Reference
Sets the layout of a specific tab using an XML document string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SetTabLayout(
string TabID,
string Layout
)
Public Sub SetTabLayout (
TabID As String,
Layout As String
)
public:
virtual void SetTabLayout(
String^ TabID,
String^ Layout
) sealed
function SetTabLayout(TabID, Layout);
Parameters
- TabID
- Type: SystemString
The ID of the tab you want to set the layout for. - Layout
- Type: SystemString
The layout of a specific tab in the form of an XML document string.
Remarks See Also