Microsoft.Reporting.WebFormsClient.ReportAreaContent 列舉
指定報表區域的內容類型。此列舉是由 reportAreaContentType 屬性所使用。
命名空間:Microsoft.Reporting.WebFormsClient
語法
if ($find(viewerId).get_reportAreaContentType() ==
Microsoft.Reporting.WebFormsClient.ReportAreaContent.ReportPage) {
...
}
成員
名稱 |
描述 |
---|---|
None |
報表區域不包含任何項目。 |
ReportPage |
報表區域包含報表頁面。 |
Error |
報表區域包含錯誤訊息。 |