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

In This Topic
    DataElementName Property (Subtotal)
    In This Topic

    The name to use for the subtotal.

    Syntax
    'Declaration
     
    Public Property DataElementName As String
    public string DataElementName {get; set;}

    Property Value

    A String indicating the name to use for the subtotal element.

    Remarks

    The default value is "Total."

    See Also