ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / DbDataSource Class / CommandTimeout Property

In This Topic
    CommandTimeout Property
    In This Topic
    Sets or returns the amount of time to wait while executing a command before terminating the attempt and generating an error.
    Syntax
    'Declaration
     
    Public Property CommandTimeout As Integer
    public int CommandTimeout {get; set;}
    See Also