Shows the tags input dialog, allows the user to enter/update the values of Tag objects contained in the Tags collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool EditTags()
Visual Basic
Public Function EditTags As Boolean

Return Value

True if document contains editable tags and the user accepted the dialog, false otherwise.

See Also