ProcessingMode Enumeration

 

Sets the processing mode of the ReportViewer control.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public enum ProcessingMode
public enum class ProcessingMode
type ProcessingMode
Public Enumeration 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

Microsoft.Reporting.WinForms Namespace

Return to top