'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.