CubeDataRendererSums Property |
|
DataPA OpenAnalytics 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 public string[] Sums { get; }
Public ReadOnly Property Sums As String()
Get
public:
virtual property array<String^>^ Sums {
array<String^>^ get () sealed;
}
Property Value
Type:
StringAn array of strings representing the Sums of the cube.
Return Value
Type:
StringAn array of strings representing the Sums of the cube.
Remarks See Also