다음을 통해 공유


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
서버 통신 대기 시간(밀리초)을 포함하는 integer 값

참고 항목

참조

IReportServerConnection 인터페이스

Microsoft.Reporting.WebForms 네임스페이스