ProcessingMode Enumeration

Used to specify the processing mode of the ReportViewer control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Enumeration ProcessingMode
'Usage
Dim instance As ProcessingMode
public enum ProcessingMode
public enum class ProcessingMode
public enum ProcessingMode
public enum ProcessingMode

Members

  Member name Description
Local Specifies that the report will be processed and rendered using the reporting engine provided by the ReportViewer control. 
Remote Specifies remote processing mode against a Reporting Services report server.  

Remarks

This enumerator is used to set the ProcessingMode property of the ReportViewer control.

See Also

Reference

Microsoft.Reporting.WebForms Namespace