ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Query Class / Timeout Property

In This Topic
    Timeout Property (Query)
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public 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.

    See Also