ActiveReports 12
CommandTimeout Property (IDbCommand)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommand Interface : CommandTimeout Property
Sets or returns the length of time in seconds to wait before terminating the attempt to execute the command and generating an error.
Syntax
'Declaration
 
Property CommandTimeout As Integer
int CommandTimeout {get; set;}
See Also

Reference

IDbCommand Interface
IDbCommand Members