DataPA Enterprise Dashboard Controls API Reference
Gets a collection that defines the summary type to be used on any dependant columns if this column is calculated post summary.

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

Syntax

C#
public Collection DependantColumnsSummaryTypes { get; set; }
Visual Basic
Public Property DependantColumnsSummaryTypes As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ DependantColumnsSummaryTypes {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

Property Value

Type: Collection
A collection that defines the summary type to be used on any dependant columns if this column is calculated post summary.

Return Value

Type: Collection
A collection that defines the summary type to be used on any dependant columns if this column is calculated post summary.

Remarks