ComponentOne Reports for WPF
C1.C1Report Namespace / DataSource Class / CommandTimeOut Property

In This Topic
    CommandTimeOut Property (DataSource)
    In This Topic
    Gets or sets the number of seconds to wait before the data connection times out (set to -1 to use the default value, usually 30s).
    Syntax
    'Declaration
     
    Public Property CommandTimeOut As Integer
    public int CommandTimeOut {get; set;}
    See Also