ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixMember Interface / HideIfNoRows Property

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

    Property Value

    A System.Boolean value indicating whether to hide this tablix member when it contains no rows.
    See Also