다음을 통해 공유


AutoRefreshInterval 속성

Represents the rate, in seconds, at which a report page rendered as HTML automatically refreshes. Read-only.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005.dll의 ReportExecution2005

구문

‘선언
Public Property AutoRefreshInterval As Integer
    Get
    Set
‘사용 방법
Dim instance As ExecutionInfo
Dim value As Integer

value = instance.AutoRefreshInterval

instance.AutoRefreshInterval = value
public int AutoRefreshInterval { get; set; }
public:
property int AutoRefreshInterval {
    int get ();
    void set (int value);
}
member AutoRefreshInterval : int with get, set
function get AutoRefreshInterval () : int
function set AutoRefreshInterval (value : int)

속성 값

형식: System. . :: . .Int32
A read-only integer value containing the amount of time, in seconds, between report refreshes.

주의

If this value is zero, the report page does not automatically refresh.

The maximum value for this property is 2147483647.