ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixMember Class / HideIfNoRows Property

In This Topic
    HideIfNoRows Property
    In This Topic
    Gets or sets a value indicating whether this static member should be hidden if the Tablix contains no rows of data. Ignored for dynamic members. A member hidden in this way ignores visibility properties (including ToggleItem).
    Syntax
    'Declaration
     
    Public Property HideIfNoRows As System.Boolean
    public System.bool HideIfNoRows {get; set;}
    See Also