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

In This Topic
    HideStaticsIfNoRows Property
    In This Topic
    Gets a value indicating whether all static members in the tablix without dynamic descendants or dynamic ancestors have HideIfNoRows set to true.
    Syntax
    'Declaration
     
    ReadOnly Property HideStaticsIfNoRows As Boolean
    bool HideStaticsIfNoRows {get;}

    Property Value

    A System.Boolean value indicating whether to hide static members if there are no rows.
    See Also