ReportElementCollectionBase<T>.ReportElementEnumerator.Current Property

Definition

Gets the current item.

public:
 property T Current { T get(); };
public T Current { get; }
member this.Current : 'T
Public ReadOnly Property Current As T

Property Value

T

An object of type T that represents the current item.

Implements

Applies to