Gets or sets a value indicating whether [clear group tag]. by default value is false.
Namespace: Spire.Doc.ReportingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool ClearGroupTag { get; set; }
Public Property ClearGroupTag As Boolean Get Set
public: property bool ClearGroupTag { bool get (); void set (bool value); }
member ClearGroupTag : bool with get, set