Search Results for

    Show / Hide Table of Contents

    Delegate MetaFileWorkProgress

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void MetaFileWorkProgress(int records, int pagecount, ref bool docancel)
    Parameters
    Type Name Description
    int records

    Records processed

    int pagecount

    Current number number of pages

    bool docancel

    Set this reference variable to true to cancel report processing

    Constructors

    MetaFileWorkProgress(object, nint)

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

    Methods

    BeginInvoke(int, int, ref bool, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int records, int pagecount, ref bool docancel, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int records
    int pagecount
    bool docancel
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref bool, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool docancel, IAsyncResult result)
    Parameters
    Type Name Description
    bool docancel
    IAsyncResult result

    Invoke(int, int, ref bool)

    Declaration
    public virtual void Invoke(int records, int pagecount, ref bool docancel)
    Parameters
    Type Name Description
    int records
    int pagecount
    bool docancel
    In this article
    Back to top Generated by DocFX