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 プロパティによって参照されます。