ProcessingMode 枚举
用于指定 ReportViewer 控件的处理模式。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Enumeration ProcessingMode
用法
Dim instance As ProcessingMode
public enum ProcessingMode
public enum class ProcessingMode
type ProcessingMode
public enum ProcessingMode
成员
成员名称 | 说明 | |
---|---|---|
Local | 指定将使用由 ReportViewer 控件提供的报表引擎处理和呈现报表。 | |
Remote | 指定对于 Reporting Services 报表服务器的远程处理模式。
注意
仅对于 Microsoft SQL Server 2005 报表服务器,ReportViewer 控件才以 Remote 模式工作。
|
注释
此枚举器用于设置 ReportViewer 控件的 ProcessingMode 属性。