ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / LockLayout Property

In This Topic
    LockLayout Property (ReportDesigner)
    In This Topic
    Gets or sets a value indicating whether LockLayout is enabled
    Syntax
    'Declaration
     
    Public Property LockLayout As Boolean
    public bool LockLayout {get; set;}

    Property Value

    A System.Boolean indicating if LockLayout is enabled.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards. 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.
    See Also