DataPA Enterprise Dashboard Controls 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
C# |
---|
public string GetTabLayout(
string TabID
) |
Visual Basic |
---|
Public Function GetTabLayout (
TabID As String
) As String |
Visual C++ |
---|
public:
virtual String^ GetTabLayout(
String^ TabID
) sealed |
Parameters
- TabID
- Type: System..::..String
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