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 屬性所參考。