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 a Boolean value that indicates whether you can refresh the report data without cancelling an existing report processing or interactive rendering operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool CanRefreshData { get; }
public:
property bool CanRefreshData {
bool get();
}
member CanRefreshData : bool with get
Public ReadOnly Property CanRefreshData As Boolean
Property Value
Type: System.Boolean
true if you can refresh the report data without canceling an existing report processing or interactive rendering operation; otherwise, false.
See Also
ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace
Return to top