Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GenerateReportProgressionEventArgs Class / GenerateReportProgressionEventArgs Constructor
A GenerateReportStatus value representing the status of the report.
A value representing the total number of pages or rows generated so far for the current status.
A ProgressionValueType value representing the type of progression information used when generating the report.


In This Topic
    GenerateReportProgressionEventArgs Constructor
    In This Topic
    Initializes a new instance of the GenerateReportProgressionEventArgs class specifying various information on the report generation process.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal status As GenerateReportStatus, _
       ByVal progressionValue As Integer, _
       ByVal valueType As ProgressionValueType _
    )
    'Usage
     
    Dim status As GenerateReportStatus
    Dim progressionValue As Integer
    Dim valueType As ProgressionValueType
     
    Dim instance As New GenerateReportProgressionEventArgs(status, progressionValue, valueType)
    public GenerateReportProgressionEventArgs( 
       GenerateReportStatus status,
       int progressionValue,
       ProgressionValueType valueType
    )

    Parameters

    status
    A GenerateReportStatus value representing the status of the report.
    progressionValue
    A value representing the total number of pages or rows generated so far for the current status.
    valueType
    A ProgressionValueType value representing the type of progression information used when generating the report.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also