Report.AutoRefresh Property

Definition

Gets or sets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> AutoRefresh { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<int> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> AutoRefresh { get; set; }
member this.AutoRefresh : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<int> with get, set
Public Property AutoRefresh As ReportExpression(Of Integer)

Property Value

The rate at which the report page automatically refreshes.

Applies to