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

Glossary Item Box

Gets the subtotal's name.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Name As System.String
C# 
public System.string Name {get;}

Remarks

The returned value is always "subtotal."

See Also