ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / IsExtraTotal Property

In This Topic
    IsExtraTotal Property (TablixMember)
    In This Topic
    Gets or sets a value indicating whether the member has been added for interactivity purposes.
    Syntax
    'Declaration
     
    Public Property IsExtraTotal As Boolean
    public bool IsExtraTotal {get; set;}

    Property Value

    A System.Boolean value indicating whether the member is added for interactivity.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also