New to Telerik ReportingStart a free 30-day trial

Represents the current processing state of the ReportViewer control.

Definition

Namespace:Telerik.ReportViewer.WinForms

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

C#
public enum ProcessingState

Fields

The report viewer has encountered an error while processing a report.

C#
Failure = 3

The report viewer hasn't been instructed to process a report yet.

C#
NoReport = 0

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.

C#
Partial = 4

The report viewer is currently processing a report.

C#
Processing = 1

The report viewer has finished processing a report successfully.

C#
Success = 2