Report.AutoRefresh 属性

Indicates, in seconds, how often to refresh the report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property AutoRefresh As Integer 
    Get
用法
Dim instance As Report 
Dim value As Integer 

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

属性值

类型:System.Int32
An integer which indicates the number of seconds to wait before the report refreshes.

请参阅

参考

Report 类

Microsoft.ReportingServices.ReportRendering 命名空间