ServerReport.Timeout 屬性
取得或設定等待伺服器通訊的毫秒數。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
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)
屬性值
類型:Int32
包含伺服器逾時值 (以毫秒為單位) 的 integer 值。預設值是 600000 毫秒。
備註
Infinite 值表示沒有逾時期限。