ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Query Class / Timeout Property

In This Topic
    Timeout Property (Query)
    In This Topic
    Gets or sets the number of seconds to allow for the query to run before timing out. Must be nonnegative. If zero (default), the query should not time out. Max: 2147483647.
    Syntax
    'Declaration
     
    Public Property Timeout As System.Integer
    public System.int Timeout {get; set;}
    See Also