[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.SubtotalPosition

SubtotalPosition Enum

Specifies whether the subtotal rows or columns appear before or after the detail rows or columns.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum SubtotalPosition

Fields

Name Description
After

Subtotal column or row appears after the detail columns or rows.

Before

Subtotal column or row appears before the detail columns or rows.

Extension Methods