Gets or sets the current tag type.

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

Syntax

C#
[BrowsableAttribute(false)]
public Type Type { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property Type As Type
	Get
	Set

See Also