ReportViewerStatus.InCancelableOperation 属性

获取一个 Boolean 值,该值指示**“ReportViewer”**当前是否正在执行可以取消的可能时间较长的操作。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

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

属性值

类型:Boolean
如果 ReportViewer 当前正在执行可以取消的可能时间较长的操作,则为 true;否则为 false。

请参阅

参考

ReportViewerStatus 类

Microsoft.Reporting.WinForms 命名空间