Aracılığıyla paylaş


ProcessingMode Sabit Listesi

Used to specify the processing mode of the ReportViewer control.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
Public Enumeration ProcessingMode
public enum ProcessingMode
public enum class ProcessingMode
type ProcessingMode
public enum ProcessingMode

Üyeler

Üye adı Açıklama
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.
NotNot
The ReportViewer control will work in Remote mode only with a Microsoft SQL Server 2005 report server.

Notlar

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

Ayrıca bkz.

Başvuru

Microsoft.Reporting.WebForms Ad Alanı