IReportServerConnection.Timeout 属性

获取等待服务器通信的毫秒数。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
ReadOnly Property Timeout As Integer
int Timeout { get; }
property int Timeout {
    int get ();
}
abstract Timeout : int with get
function get Timeout () : int

属性值

类型:Int32
包含等待服务器通信的毫秒数的整数值。

请参阅

参考

IReportServerConnection 接口

Microsoft.Reporting.WebForms 命名空间