Telerik Reporting

Determines whether to trigger the report preview after changing the value for a parameter. Applies only for visible parameters.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public bool AutoRefresh { get; set; }
Visual Basic (Declaration)
Public Property AutoRefresh As Boolean

Implements

IReportParameter..::.AutoRefresh

Remarks

If this property is set to true, the report viewer will trigger the report preview automatically when the parameter value is changed. The parameter should be visible in order to auto preview the report.

See Also