Microsoft.Reporting.WebFormsClient.ReportViewer.reportAreaContent Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a ReportAreaContent value that indicates the current report area state.

var v = $find(viewerId);
if (v.get_reportAreaContent() == v.ReportAreaContent.Error)
{
   ...
}
Return Value

A ReportAreaContent value.

Remarks

Depending on the state of the ReportViewer server control, accessing the methods and properties of the client side API may cause an exception. For example, When the Web page or the ReportViewer server control is performing a postback, accessing any of the methods or properties will cause an exception with the message: "The report or page is being updated. Please wait for the current action to complete."

See Also

Reference

Microsoft.Reporting.WebFormsClient.ReportViewer Class

Page view tracker