'Declaration Public ReadOnly Property Status As GenerateReportStatus
'Usage Dim instance As GenerateReportProgressionEventArgs Dim value As GenerateReportStatus value = instance.Status
public GenerateReportStatus Status {get;}
'Declaration Public ReadOnly Property Status As GenerateReportStatus
'Usage Dim instance As GenerateReportProgressionEventArgs Dim value As GenerateReportStatus value = instance.Status
public GenerateReportStatus Status {get;}
Progression information is provided on a page or row basis. To determine what type of progression value is used, the ValueType can be consulted.
The GenerateReportProgression event can be raised multiple times for 1 report generation. For example, in the case of HTML exportation, the GenerateReportProgression event will be raised for the preparation phase and then for each page/row being exported. In all other cases, there will be a preparation phase for the first page/row and then an exporting/printing phase for each page/row.
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