Свойство 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 that indicates the number of seconds to wait before the report refreshes.
См. также