Report.AutoRefresh 属性

Gets or sets the 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 ReportExpression(Of Integer)
    Get 
    Set
用法
Dim instance As Report 
Dim value As ReportExpression(Of Integer)

value = instance.AutoRefresh

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
The rate at which the report page automatically refreshes.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间