LockLayout Property (ReportDesigner)
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 Boolean
public bool LockLayout {get; set;}
See Also