Search Results for

    Show / Hide Table of Contents

    Delegate ReportDataset.UpdateDataEvent

    Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row.

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate void ReportDataset.UpdateDataEvent(object sender, DataRow xrow)
    Parameters
    Type Name Description
    object sender Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row.
    DataRow xrow Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row.

    Constructors

    View Source

    UpdateDataEvent(object, nint)

    Declaration
    public UpdateDataEvent(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(object, DataRow, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, DataRow xrow, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    View Source

    Invoke(object, DataRow)

    Declaration
    public virtual void Invoke(object sender, DataRow xrow)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    • View Source
    In this article
    Back to top Generated by DocFX