Gets or sets a value indicating whether the annotations in the resulting document can be edited.
Namespace:
C1.C1Preview.ExportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public virtual bool SecurityAllowEditAnnotations { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Overridable Property SecurityAllowEditAnnotations As Boolean Get Set |