Search Results for

    Show / Hide Table of Contents

    Delegate ReportProgress

    Delegate definition for report processing

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public delegate void ReportProgress(BaseReport Report, ref bool docancel)
    Parameters
    Type Name Description
    BaseReport Report

    Report being processed

    bool docancel

    Setting this variable to true, the report processing will be cancelled

    Constructors

    ReportProgress(object, nint)

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

    Methods

    BeginInvoke(BaseReport, ref bool, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(BaseReport Report, ref bool docancel, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    BaseReport Report
    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(BaseReport, ref bool)

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