Partilhar via


Propriedade ServerReport.Timeout

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

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

Sintaxe

'Declaração
Public Property Timeout As Integer
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)

Valor de propriedade

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

Comentários

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

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WinForms