Search Results for

    Show / Hide Table of Contents

    Class ReportItems.ReportItemEnumerator

    Inner class implements IEnumerator interface:

    Inheritance
    object
    ReportItems.ReportItemEnumerator
    Implements
    IEnumerator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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()

    Implements

    IEnumerator
    In this article
    Back to top Generated by DocFX