ActiveReports 19 .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 allowed for the query to run before timing out.
    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public int Timeout {get; set;}

    Property Value

    An System.Int32 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.

    See Also