ReportAreaContent 枚举
指定报表区域的内容类型。此枚举由 reportAreaContentType 属性使用。
命名空间:Microsoft.Reporting.WebFormsClient
语法
if ($find(viewerId).get_reportAreaContentType() ==
Microsoft.Reporting.WebFormsClient.ReportAreaContent.ReportPage) {
...
}
成员
名称 |
说明 |
---|---|
None |
该报表区域不包含任何内容。 |
ReportPage |
该报表区域包含报表页。 |
Error |
该报表区域包含错误消息。 |