Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AutoRefresh As ReportExpression(Of Integer)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
The rate at which the report page automatically refreshes.