ActiveReports Developer 7
Subtotal Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DynamicColumnsRows Class : Subtotal Property

Glossary Item Box

Gets or sets an automatic subtotal for the column or row.

Syntax

Visual Basic (Declaration) 
Public Property Subtotal As Subtotal
C# 
public Subtotal Subtotal {get; set;}

Property Value

A Subtotal object containing an automatic subtotal for the column or row.

See Also