Gets TableTracer instance associated with this table.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
public TableTracer Tracer { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tracer As TableTracer
Visual C++
public:
property TableTracer^ Tracer {
	TableTracer^ get ();
}

See Also