ProcessingMode Enumeration
Sets the processing mode of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.