共用方式為


Microsoft.Reporting.WebFormsClient.ReportAreaContent 列舉

指定報表區域的內容類型。此列舉是由 reportAreaContentType 屬性所使用。

命名空間Microsoft.Reporting.WebFormsClient

語法

if ($find(viewerId).get_reportAreaContentType() == 
        Microsoft.Reporting.WebFormsClient.ReportAreaContent.ReportPage) {
       ...
}

成員

名稱

描述

None

報表區域不包含任何項目。

ReportPage

報表區域包含報表頁面。

Error

報表區域包含錯誤訊息。

請參閱

參考

Microsoft.Reporting.WebFormsClient.ReportViewer 類別