ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / IsTotal Property

In This Topic
    IsTotal Property (DataMember)
    In This Topic
    Gets a value indicating whether this member shows subtotal values or a value for a particular member.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsTotal As Boolean
    public abstract bool IsTotal {get;}

    Property Value

    true if this member shows total values; otherwise, false.
    See Also