[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.LockLayout

LockLayout Property

LockLayout

Gets or sets a value indicating whether LockLayout is enabled

Declaration
[Parameter]
public bool LockLayout { get; init; }
Property Value
Type Description
bool

A bool 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.