Search Results for

    Show / Hide Table of Contents

    Delegate ReportDataset.UpdateDataEventAsync

    Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate Task ReportDataset.UpdateDataEventAsync(object sender, DataRow xrow, object[] values, DataTable newtable)
    Parameters
    Type Name Description
    object sender Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.
    DataRow xrow Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.
    object[] values Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.
    DataTable newtable Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.
    Returns
    Type Description
    Task Asynchronous callback invoked when a record is fetched, receiving the raw column values and target table for deferred processing.

    Constructors

    View Source

    UpdateDataEventAsync(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, DataRow, object[], DataTable, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object, DataRow, object[], DataTable)

    Declaration
    public virtual Task Invoke(object sender, DataRow xrow, object[] values, DataTable newtable)
    Parameters
    Type Name Description
    object sender
    DataRow xrow
    object[] values
    DataTable newtable
    Returns
    Type Description
    Task
    • View Source
    In this article
    Back to top Generated by DocFX