Gets or sets extra data needed by the calling program.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Object Tag { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property Tag As Object
	Get
	Set

See Also