Gets or sets the type 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#
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public Type TagsInputDialogClass { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public Property TagsInputDialogClass As Type
	Get
	Set

See Also