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

In This Topic
    ExtraTotalSize Property
    In This Topic
    Gets or sets a height or width of the extra total group header.
    Syntax
    'Declaration
     
    Public Property ExtraTotalSize As Nullable(Of Length)
    public Nullable<Length> ExtraTotalSize {get; set;}

    Property Value

    A nullable Length value indicating the size of the extra total group header.
    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