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 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
'Declaration
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(600000)> _
Public Property Timeout As Integer
'Usage
Dim instance As ServerReport
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(600000)]
public int Timeout { get; set; }
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(600000)]
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 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
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace