Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of milliseconds to wait for server communications.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property Timeout As Integer
'Usage
Dim instance As IReportServerConnection
Dim value As Integer
value = instance.Timeout
int Timeout { get; }
property int Timeout {
int get ();
}
/** @property */
int get_Timeout ()
function get Timeout () : int
Property Value
An integer value containing the number of milliseconds to wait for server communications.
See Also
Reference
IReportServerConnection Interface
IReportServerConnection Members
Microsoft.Reporting.WebForms Namespace