Partilhar via


Enumeração ProcessingMode

Sets the processing mode of the ReportViewer control.

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

Sintaxe

'Declaração
Public Enumeration ProcessingMode
public enum ProcessingMode
public enum class ProcessingMode
type ProcessingMode
public enum ProcessingMode

Membros

Nome do membro Descrição
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.
ObservaçãoObservação
The ReportViewer control will work in Remote mode only with a Microsoft SQL Server 2005 report server.

Comentários

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

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms