[]
Gets or sets a value indicating whether LockLayout is enabled
[Parameter]
public bool LockLayout { get; init; }
Type | Description |
---|---|
bool | A bool indicating if LockLayout is enabled. |
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.