The maximum number of seconds that a request for a report's output should wait for the report to finish executing.
[Visual Basic]
Public Property MaxReportRunTime As TimeSpan
[C#]
public TimeSpan MaxReportRunTime {get; set;}
The default value is 10 seconds.
If a report takes longer to run than the value of this property, the control will make subsequent requests at 5 second intervals for the report to see when it is finished executing.
WebViewer Class | WebViewer Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.