次の方法で共有


IReportServerConnection.Timeout プロパティ

サーバーの通信を待機するミリ秒数を取得します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
ReadOnly Property Timeout As Integer
    Get
'使用
Dim instance As IReportServerConnection
Dim value As Integer

value = instance.Timeout
int Timeout { get; }
property int Timeout {
    int get ();
}
abstract Timeout : int
function get Timeout () : int

プロパティ値

型: System.Int32
サーバーの通信を待機するミリ秒数を示す整数値。

関連項目

参照

IReportServerConnection インターフェイス

Microsoft.Reporting.WebForms 名前空間