ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Tablix Class / HideFrozenRowsColumns Property

In This Topic
    HideFrozenRowsColumns Property (Tablix)
    In This Topic
    Specifies whether Hide FrozenRows/FrozenColumns properties from PropertyGrid and TablixWizard
    Syntax
    'Declaration
     
    Public Property HideFrozenRowsColumns As Nullable(Of Boolean)
    public Nullable<bool> HideFrozenRowsColumns {get; set;}
    See Also