ReportAreaContent 枚举
指定报表区域中显示的内容类型。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Enumeration ReportAreaContent
用法
Dim instance As ReportAreaContent
public enum ReportAreaContent
public enum class ReportAreaContent
type ReportAreaContent
public enum ReportAreaContent
成员
成员名称 | 说明 | |
---|---|---|
Unknown | 该报表区域中显示的当前内容类型是未知的。有关更多信息,请参见 ReportAreaContentType。 | |
None | 该报表区域不显示任何内容。 | |
ReportPage | 该报表区域显示报表页。 | |
Error | 该报表区域显示错误消息。 |
注释
此类由 ReportViewer 的 ReportAreaContentType 属性引用。