Click or drag to resize
CubeDataRendererFlagTotalRow Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public bool FlagTotalRow { get; set; }

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