Gets or sets the number of seconds to allow for the query to run before timing out. Must be nonnegative. If zero (default), the query should not time out. Max: 2147483647.

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

Syntax

C#
public int Timeout { get; set; }
Visual Basic
Public Property Timeout As Integer
	Get
	Set

See Also