Sql.Net Class Library Documentation

PivotTable.WithIsTotal Property

Gets or sets wheather IsTotal column should be added

public bool WithIsTotal {get; set;}

Remarks

When WithIsTotal is true, an additional column called "IsTotal" will be added to the result set. Value of 1 in the column indicates that the row is a total row.

See Also

PivotTable Class | Reeb.Reporting Namespace