ComponentOne ASP.NET MVC Controls
TotalsBeforeData Property

C1.Web.Mvc.Olap Namespace > PivotEngine Class : TotalsBeforeData Property
Gets or sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.
Syntax
'Declaration
 
Public Property TotalsBeforeData As Boolean
public bool TotalsBeforeData {get; set;}
Remarks
If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns.
See Also

Reference

PivotEngine Class
PivotEngine Members