Share via


ReportViewerStatus.CanRefreshData Property

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

'Declaration
Public ReadOnly Property CanRefreshData As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.CanRefreshData
public bool CanRefreshData { get; }
public:
property bool CanRefreshData {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_CanRefreshData ()
DebuggerStepThroughAttribute 
public function get CanRefreshData () : boolean

Property Value

true if you can refresh the report data without canceling an existing report processing or interactive rendering operation; otherwise, false.

See Also

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace