ActiveReports 18 .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 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