DashboardDesignerGetTabLayout Method |
|
DataPA OpenAnalytics API Reference
Gets the layout of a specific tab in the form of an XML document string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string GetTabLayout(
string TabID
)
Public Function GetTabLayout (
TabID As String
) As String
public:
virtual String^ GetTabLayout(
String^ TabID
) sealed
function GetTabLayout(TabID);
Parameters
- TabID
- Type: SystemString
The ID of the tab you want to retrieve to layout for.
Return Value
Type:
StringThe layout of a specific tab in the form of an XML document string.
Remarks See Also