Enum ProcessingState
Represents the current processing state of the ReportViewer control.
Namespace: Telerik.ReportViewer.WinForms
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public enum ProcessingState
Failure
The report viewer has encountered an error while processing a report.
NoReport
The report viewer hasn't been instructed to process a report yet.
Partial
The report viewer has partially processed a report. This state is used when some pages are available for viewing while others are still being processed.
Processing
The report viewer is currently processing a report.
Success
The report viewer has finished processing a report successfully.