DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the data has been summarised

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool AbleToSummarise { get; }
Visual Basic
Public ReadOnly Property AbleToSummarise As Boolean
	Get
Visual C++
public:
virtual property bool AbleToSummarise {
	bool get () sealed;
}

Property Value

Type: Boolean
True if the data has been summarised

Return Value

Type: Boolean
True if the data has been summarised

Implements

SummaryDataProvider..::.._SummaryDataProvider..::..AbleToSummarise

Remarks