Gets or sets a value indicating whether a dialog allowing to input values for some or all of the user defined tags (elements of the Tags collection) should be shown to the user before the document generates. To include or exclude tags from the dialog, use ShowInDialog.

The default value is false.

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

Syntax

C#
[XmlAttributeAttribute("ShowTagsInputDialog")]
[DefaultValueAttribute(false)]
public bool ShowTagsInputDialog { get; set; }
Visual Basic
<XmlAttributeAttribute("ShowTagsInputDialog")> _
<DefaultValueAttribute(False)> _
Public Property ShowTagsInputDialog As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also