ServerReport.Timeout Property
Gets or sets the number of milliseconds to wait for server communications.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(600000)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<NotifyParentPropertyAttribute(True)> _
Public Property Timeout As Integer
'Usage
Dim instance As ServerReport
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
[DefaultValueAttribute(600000)]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Misc")]
[NotifyParentPropertyAttribute(true)]
public int Timeout { get; set; }
[DefaultValueAttribute(600000)]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Misc")]
[NotifyParentPropertyAttribute(true)]
public:
property int Timeout {
int get ();
void set (int value);
}
/** @property */
public int get_Timeout ()
/** @property */
public void set_Timeout (int value)
public function get Timeout () : int
public function set Timeout (value : int)
Property Value
An integer value containing the server time-out, in milliseconds. The default value is 600000 milliseconds.
Remarks
A value of -1 means that there is no time-out period.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace