ServerReport.Timeout Property

 

Gets or sets the number of milliseconds to wait for server communications.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public int Timeout { get; set; }
public:
property int Timeout {
    int get();
    void set(int value);
}
member Timeout : int with get, set
Public Property Timeout As Integer

Property Value

Type: System.Int32

An integer value that contains the server time-out, in milliseconds. The default value is 600000 milliseconds.

Remarks

A value of Infinite means that there is no time-out period.

See Also

ServerReport Class
Microsoft.Reporting.WinForms Namespace

Return to top