Search Results for

    Show / Hide Table of Contents

    Class CalcReportProgress

    Runs report calculation on a background thread and, if it does not finish quickly, shows a ReportProgressForm to display progress and allow cancellation.

    Inheritance
    object
    CalcReportProgress
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class CalcReportProgress

    Constructors

    View Source

    CalcReportProgress()

    Declaration
    public CalcReportProgress()

    Fields

    View Source

    driver

    Declaration
    public PrintOut driver
    Field Value
    Type Description
    PrintOut
    View Source

    meta

    Declaration
    public MetaFile meta
    Field Value
    Type Description
    MetaFile
    View Source

    threadcalc

    Declaration
    public Thread threadcalc
    Field Value
    Type Description
    Thread

    Methods

    View Source

    CalculateReport(MetaFile, PrintOut, IWin32Window)

    Declaration
    public static bool CalculateReport(MetaFile meta, PrintOut printdriver, IWin32Window winowner)
    Parameters
    Type Name Description
    MetaFile meta
    PrintOut printdriver
    IWin32Window winowner
    Returns
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX