[]
Gets or sets a value indicating whether it is possible to modify (including add, edit, or remove) report parameters.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? CanModify { get; set; }
true if report parameters can be modified; otherwise, false.
true
false