Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio
Tools and Features
Microsoft Reports
ReportViewer Class
Properties
 isLoading Property
Collapse All/Expand All Collapse All
Microsoft.Reporting.WebFormsClient.ReportViewer.isLoading Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a Boolean value that indicates whether the server control is loading a report.

var v = $find(viewerId);
var loading = v.get_isLoading();

true if the server control is loading a report; otherwise, false.

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."

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker