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 (25.3.0.1000)
Syntaxpublic 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: 
ICollectionElementStatistics
See Also