Specifies the report to display to the client.
[Visual Basic]
Public Property Report As ActiveReport
[C#]
public ActiveReport Report {get; set;}
Exception | Description |
---|---|
ExecutionTookToLongException | Occurs if the report is still executing and takes longer than the value of the MaxReportRunTime property. |
If the control is being loaded in response to a client postback ( ) the property will not use the specified report. Instead the control uses a previously cached copy of the report's Document in the WebCache service to supply speedy responses to clients. To force the client to accept the new instance, call the ClearCachedReport property before setting this property.
WebViewer Class | WebViewer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.