AutoRefresh 属性
Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
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.