ServerReport.Timeout Property
Visual Studio 2010
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)
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
[DefaultValueAttribute(600000)] [WebBrowsableAttribute(true)] [NotifyParentPropertyAttribute(true)] public int Timeout { get; set; }
/** @property */ public int get_Timeout () /** @property */ public void set_Timeout (int value)
public function get Timeout () : int public function set Timeout (value : int)