Delen via


ReportViewerStatus.InCancelableOperation Property

Gets a Boolean value that indicates whether ReportViewer is currently performing a potentially lengthy operation that can be canceled.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

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

Property Value

true if ReportViewer is currently performing a potentially lengthy operation that can be canceled; otherwise, false.

See Also

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace