[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Query.Timeout

Timeout Property

Timeout

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

Declaration
public int Timeout { get; set; }
Property Value
Type Description
int

An int value indicating the query timeout in seconds.

Remarks

The value must be non-negative.

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

The maximum value is 2 147 483 647 seconds.