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.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public int CommandTimeOut { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute()> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property CommandTimeOut As Integer Get Set |
Remarks
The default value for this property is -1.