Search Results for

    Show / Hide Table of Contents

    Interface ProgressForm.ITaskProgressShow

    Provides a way for background work to report progress as a current/total pair, implemented by the progress dialog.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public interface ProgressForm.ITaskProgressShow

    Methods

    View Source

    ShowProgress(int, int)

    Declaration
    void ShowProgress(int current, int total)
    Parameters
    Type Name Description
    int current
    int total
    • View Source
    In this article
    Back to top Generated by DocFX