ActiveReports.Web Request technical support
MaxReportRunTime Property
See Also 


The maximum number of seconds that a request for a report's output should wait for the report to finish executing.

Syntax

Visual Basic (Declaration) 
Public Property MaxReportRunTime As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As WebViewer
Dim value As TimeSpan
 
instance.MaxReportRunTime = value
 
value = instance.MaxReportRunTime
C# 
public TimeSpan MaxReportRunTime {get; set;}

Return Value

The default value is 10 seconds.

Remarks

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.

See Also