See Also

WebViewer Class  | WebViewer Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Web Send feedback to Data Dynamics

Report Property

Specifies the report to display to the client.

[Visual Basic]
Public Property Report As ActiveReport
[C#]
public ActiveReport Report {get; set;}

Exceptions

ExceptionDescription
ExecutionTookToLongExceptionOccurs if the report is still executing and takes longer than the value of the MaxReportRunTime property.

Remarks

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.

See Also

WebViewer Class  | WebViewer Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.