DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates if an extra column should be added to the pivot data to indicate a total row.

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

Syntax

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

Property Value

Type: Boolean
True if an extra column should be added to the pivot data to indicate a total row.

Return Value

Type: Boolean
True if an extra column should be added to the pivot data to indicate a total row.

Remarks

If true, and extra boolean column, with the name CHR(1) + "Total" will indicate the total row.

See Also