次の方法で共有


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 クラス