ActiveReports 18 .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
    Indicates 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;}
    See Also