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

In This Topic
    HideIfNoRows Property
    In This Topic
    Gets or sets a System.Boolean value that indicates whether to hide this tablix member when it contains no rows.
    Syntax
    'Declaration
     
    Public Property HideIfNoRows As Boolean
    public bool HideIfNoRows {get; set;}
    See Also