Open this page in the API Guide

TransformStatistics.ElementStatistics Property

Gets the element statistics for the current transform.

Namespace:  Dundas.BI.Instrumentation
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyList<ElementStatistics> ElementStatistics { get; }

Property Value

Type: IReadOnlyList<ElementStatistics>
See Also