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

In This Topic
    HideIfNoRows Property (TablixMember)
    In This Topic
    Gets or sets a value indicating whether to hide this tablix member when it contains no rows.
    Syntax
    'Declaration
     
    Public Property HideIfNoRows As Boolean
    public bool HideIfNoRows {get; set;}

    Property Value

    A System.Boolean value where true to hide the member if no rows are present; otherwise, false.
    See Also