Search Results for

    Show / Hide Table of Contents

    Delegate ReportDataset.CreateTableEvent

    Callback invoked once the table schema is built; returns true to request that all rows be loaded into memory.

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate bool ReportDataset.CreateTableEvent(object sender, DataTable xtable)
    Parameters
    Type Name Description
    object sender Callback invoked once the table schema is built; returns true to request that all rows be loaded into memory.
    DataTable xtable Callback invoked once the table schema is built; returns true to request that all rows be loaded into memory.
    Returns
    Type Description
    bool Callback invoked once the table schema is built; returns true to request that all rows be loaded into memory.

    Constructors

    View Source

    CreateTableEvent(object, nint)

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

    Methods

    View Source

    BeginInvoke(object, DataTable, AsyncCallback, object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(object, DataTable)

    Declaration
    public virtual bool Invoke(object sender, DataTable xtable)
    Parameters
    Type Name Description
    object sender
    DataTable xtable
    Returns
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX