Share via


QueryBase.Timeout Property

Gets or sets the query time out.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Timeout As Integer 
    Get 
    Set
'Usage
Dim instance As QueryBase 
Dim value As Integer 

value = instance.Timeout

instance.Timeout = value
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

Property Value

Type: System.Int32
The query time out.

See Also

Reference

QueryBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace