ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / IsDynamicallyHidden Property

In This Topic
    IsDynamicallyHidden Property (MemoryReportItem)
    In This Topic
    Gets or sets the Indicator that this report item has dynamic visiblity and is hidden.
    Syntax
    'Declaration
     
    Public Property IsDynamicallyHidden As Boolean
    public bool IsDynamicallyHidden {get; set;}
    See Also