Share via


ProcessingMode 列舉類型

用來指定 ReportViewer 控制項的處理模式。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Enumeration ProcessingMode
public enum ProcessingMode
public enum class ProcessingMode
type ProcessingMode
public enum ProcessingMode

成員

成員名稱 描述
Local 指定將利用 ReportViewer 控制項所提供的報表引擎來處理和轉譯報表。
Remote 指定針對 SQL Server Reporting Services 報表伺服器的遠端處理模式。
注意事項注意事項
ReportViewer 控制項只有在搭配 Microsoft SQL Server 2005 報表伺服器時,才能執行 Remote 模式。

備註

這個列舉值用來設定 ReportViewer 控制項的 ProcessingMode 屬性。

請參閱

參考

Microsoft.Reporting.WebForms 命名空間