Gets or sets whether the fields are locked in the designer.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool Locked { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(False)> _ Public Property Locked As Boolean Get Set |
Remarks
This property works as a global toggle and affects all fields in the report. You cannot lock some fields and leave others unlocked.
The default value for this property is False.