Class ReportItems.ReportItemEnumerator
Inner class implements IEnumerator interface:
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class ReportItems.ReportItemEnumerator : IEnumerator
Constructors
ReportItemEnumerator(ReportItems)
Constructor for a enumerator of report items
Declaration
public ReportItemEnumerator(ReportItems t)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportItems | t |
Properties
Current
Declare the Current property required by IEnumerator
Declaration
public object Current { get; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
MoveNext()
Go to next element in the lis
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declare the Reset method required by IEnumerator
Declaration
public void Reset()