Gets or sets the type name of form used to input tag values (the form will be shown if ShowTagsInputDialog is true). The form type must be derived from TagsInputFormBase.

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

Syntax

C#
[XmlAttributeAttribute("TagsInputDialogClassName")]
[BrowsableAttribute(true)]
public string TagsInputDialogClassName { get; set; }
Visual Basic
<XmlAttributeAttribute("TagsInputDialogClassName")> _
<BrowsableAttribute(True)> _
Public Property TagsInputDialogClassName As String
	Get
	Set

See Also