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

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

    Property Value

    A System.Boolean value indicating whether the data field icons are visible.
    See Also