[]
Gets or sets a value indicating whether LockLayout is enabled, which restricts modifications to the properties of existing report items only.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? LockLayout { get; set; }
| Type | Description |
|---|---|
| bool? |
|