ActiveReports 8
Timeout Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Query Class : Timeout Property

Glossary Item Box

Gets or sets the number of seconds to allow the query to run before timing out.

Syntax

Visual Basic (Declaration) 
Public Property Timeout As System.Integer
C# 
public System.int Timeout {get; set;}

Property Value

An Int32 indicating the number of seconds to allow the query to run before timing out.

Remarks

The Timeout value must be nonnegative.

If the value for the Timeout property is omitted or is zero, the query does not time out.

The maximum value is 2147483647 seconds.

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