ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / LockLayout Property

In This Topic
    LockLayout Property (DesignerSettings)
    In This Topic
    When LockLayout is enabled, it is only possible to modify properties of existing report items. I.e., adding a new report item or deleting of an existing one is not possible as well as other operations that modify report layout structure.
    Syntax
    'Declaration
     
    Public Property LockLayout As Nullable(Of Boolean)
    public Nullable<bool> LockLayout {get; set;}
    See Also