CellsetElementStatistics Property |
Gets the element statistics, if any are requested.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<ElementStatistics> ElementStatistics { get; }
Public ReadOnly Property ElementStatistics As ICollection(Of ElementStatistics)
Get
public:
property ICollection<ElementStatistics^>^ ElementStatistics {
ICollection<ElementStatistics^>^ get ();
}
member ElementStatistics : ICollection<ElementStatistics> with get
Property Value
Type:
ICollectionElementStatisticsSee Also