ActiveReports 8
MaxReportRunTime Property
See Also 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : MaxReportRunTime Property

Glossary Item Box

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 System.TimeSpan
C# 
public System.TimeSpan MaxReportRunTime {get; set;}

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also