DataPA Enterprise Dashboard Controls API Reference 
        
 Gets an array of strings representing the Sums of the cube.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string[] Sums { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property Sums As String()
	Get  | 
| Visual C++ | 
|---|
public:
virtual property array<String^>^ Sums {
	array<String^>^ get () sealed;
} | 
Property Value
Type: 
array<String>[]()[][]An array of strings representing the Sums of the cube.
Return Value
Type: 
array<String>[]()[][]An array of strings representing the Sums of the cube.
Remarks
See Also