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).

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public int CommandTimeOut { get; set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<DefaultValueAttribute()> _
Public Property CommandTimeOut As Integer
	Get
	Set

Remarks

The default value for this property is -1.

See Also