Share 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

public bool InCancelableOperation { get; }
public:
property bool InCancelableOperation {
    bool get();
}
member InCancelableOperation : bool with get
Public ReadOnly Property InCancelableOperation As Boolean

Property Value

Type: System.Boolean

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

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top