ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Layer Class / DesignerVisible Property

In This Topic
    DesignerVisible Property
    In This Topic
    Gets or sets a value indicating whether elements on this layer are visible in the designer.
    Syntax
    'Declaration
     
    Public Property DesignerVisible As Boolean
    public bool DesignerVisible {get; set;}

    Property Value

    A System.Boolean value indicating whether the elements are visible.
    See Also