Share via


ReportViewerStatus.CanContinueSearch Property

 

Gets a Boolean value that indicates whether there is a previous search to continue and whether you can continue the previous search without canceling an existing report processing or interactive rendering operation.

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

Syntax

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

Property Value

Type: System.Boolean

true if the there is a previous search to continue and if you can continue the previous search without canceling an existing report processing or interactive rendering operation; otherwise, false.

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top