Xceed Grid for WinForms v4.3 Documentation
Status Property


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GenerateReportProgressionEventArgs Class : Status Property
Gets the status of the report.
Syntax
'Declaration
 
Public ReadOnly Property Status As GenerateReportStatus
'Usage
 
Dim instance As GenerateReportProgressionEventArgs
Dim value As GenerateReportStatus
 
value = instance.Status
public GenerateReportStatus Status {get;}

Property Value

A GenerateReportStatus value representing the status of the report.
Remarks

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.

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

Reference

GenerateReportProgressionEventArgs Class
GenerateReportProgressionEventArgs Members