Telerik Reporting
Search Telerik Reporting
Contents
Overview
Release History
What's New in This Version
Installation
Quickstart
Designing Reports
Using Telerik Reporting in Applications
Telerik Reporting WCF Service
Configuring Telerik Reporting
Best Practices
Frequently Asked Questions
Troubleshooting
For More Help
Licensing and Distribution
Reporting API Reference
Telerik.Reporting Namespace
AnchoringStyles Enumeration
Barcode Class
Barcode.SymbologyType Enumeration
Binding Class
BindingCollection Class
CalculatedField Class
CalculatedFieldCollection Class
Chart Class
CheckBox Class
Crosstab Class
CubeDataSource Class
CubeDataSourceParameter Class
CubeDataSourceParameterCollection Class
DataFieldMapping Class
DataFieldMappingCollection Class
DataSource Class
DataSourceParameter Class
DetailSection Class
DockingStyle Enumeration
EntityDataSource Class
ErrorEventArgs Class
ErrorEventHandler Delegate
Group Class
GroupFooterSection Class
GroupHeaderSection Class
GroupKeepTogether Enumeration
GroupSection Class
HtmlTextBox Class
IAction Interface
IExtension Interface
IReportDocument Interface
IReportParameter Interface
ItemEventArgs Class
ItemEventHandler Delegate
IToggleVisibilityTarget Interface
List Class
NavigateToBookmarkAction Class
NavigateToReportAction Class
NavigateToUrlAction Class
ObjectDataSource Class
ObjectDataSourceParameter Class
ObjectDataSourceParameterCollection Class
OpenAccessDataSource Class
PageBreak Enumeration
PageEventArgs Class
PageEventHandler Delegate
PageFooterSection Class
PageHeaderSection Class
PageNumberingStyle Enumeration
PageSection Class
Panel Class
Parameter Class
ParameterCollection Class
PictureBox Class
Report Class
ReportBook Class
ReportCollection Class
ReportConverter Class
ReportDocumentConverter Class
ReportFooterSection Class
ReportHeaderSection Class
ReportItem Class
ReportItemBase Class
ReportItemBase.ItemCollection Class
ReportObject Class
ReportParameter Class
ReportParameter Members
ReportParameter Constructor
ReportParameter Methods
ReportParameter Properties
AllowBlank Property
AllowNull Property
AutoRefresh Property
AvailableValues Property
Mergeable Property
MultiValue Property
Name Property
Text Property
Type Property
Value Property
Visible Property
ReportParameter Events
ReportParameterAvailableValues Class
ReportParameterCollection Class
ReportParameterCollectionBase(TReportParameter) Class
ReportParameterType Enumeration
ReportParameterUISettings Class
ReportSection Class
ReportSectionBase Class
Shape Class
SqlDataSource Class
SqlDataSourceCommandType Enumeration
SqlDataSourceParameter Class
SqlDataSourceParameterCollection Class
SubReport Class
Table Class
TableBody Class
TableBody.ColumnCollection Class
TableBody.RowCollection Class
TableBodyColumn Class
TableBodyRow Class
TableCell Class
TableCellContainer Class
TableGroup Class
TextBox Class
TextItemBase Class
ToggleVisibilityAction Class
ToggleVisivilityTargetCollection Class
TypeTypeConverter Class
UrlTarget Enumeration
Telerik.Reporting.Charting Namespace
Telerik.Reporting.Charting.Styles Namespace
Telerik.Reporting.Data Namespace
Telerik.Reporting.Drawing Namespace
Telerik.Reporting.Drawing.Shapes Namespace
Telerik.Reporting.Expressions Namespace
Telerik.Reporting.Interfaces Namespace
Telerik.Reporting.Interfaces.Attributes Namespace
Telerik.Reporting.Processing Namespace
Telerik.Reporting.Processing.Config Namespace
Telerik.Reporting.Processing.Session Namespace
Telerik.Reporting.Service Namespace
Telerik.Reporting.Service.SilverlightClient Namespace
Telerik.ReportViewer.Common Namespace
Telerik.ReportViewer.Silverlight Namespace
Telerik.ReportViewer.WebForms Namespace
Telerik.ReportViewer.WinForms Namespace
Telerik.ReportViewer.Wpf Namespace
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Telerik Reporting Q1 2012
ReportParameter
.
.
::
.
AutoRefresh Property
ReportParameter Class
See Also
Send Feedback
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
ReportParameter Class
Telerik.Reporting Namespace