ReportViewer.ReportAreaContentType プロパティ
レポート領域の現在のコンテンツの種類を示す ReportAreaContent オブジェクトを取得します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportAreaContentType As ReportAreaContent
Get
'使用
Dim instance As ReportViewer
Dim value As ReportAreaContent
value = instance.ReportAreaContentType
[BrowsableAttribute(false)]
public ReportAreaContent ReportAreaContentType { get; }
[BrowsableAttribute(false)]
public:
property ReportAreaContent ReportAreaContentType {
ReportAreaContent get ();
}
[<BrowsableAttribute(false)>]
member ReportAreaContentType : ReportAreaContent
function get ReportAreaContentType () : ReportAreaContent
プロパティ値
型: Microsoft.Reporting.WebForms.ReportAreaContent
ReportAreaContent オブジェクト。
説明
このプロパティを使用すると、レポート領域にレポートが含まれているかどうかを確認できます。
ReportViewer コントロールは、ASP.NET ページのライフ サイクルの間にこのプロパティの値を変更します。ReportViewer.PreRender イベントが完了する前に、このプロパティは Unknown に設定できます。その値は、ReportViewer.PreRender イベントの後に終了処理されます。