Enum
ProcessingState

Represents the current processing state of the ReportViewer control.

Definition

Namespace:Telerik.ReportViewer.WinForms

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

cs-api-definition
public enum ProcessingState

Fields

Failure

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

Declaration

cs-api-definition
Failure = 3

Field Value

ProcessingState

NoReport

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

Declaration

cs-api-definition
NoReport = 0

Field Value

ProcessingState

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.

Declaration

cs-api-definition
Partial = 4

Field Value

ProcessingState

Processing

The report viewer is currently processing a report.

Declaration

cs-api-definition
Processing = 1

Field Value

ProcessingState

Success

The report viewer has finished processing a report successfully.

Declaration

cs-api-definition
Success = 2

Field Value

ProcessingState