ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Subtotal Class / Name Property

In This Topic
    Name Property (Subtotal)
    In This Topic
    Gets the subtotal's name.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}
    Remarks
    The returned value is always "subtotal."
    See Also