다음을 통해 공유


AutoRefresh 속성

Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

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

value = instance.AutoRefresh

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

속성 값

형식: System. . :: . .Int32
An int value.