Share via


ReportViewerStatus.CanSearch Property

 

Gets a Boolean value that indicates whether you can search the report and highlight the search results 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 CanSearch { get; }
public:
property bool CanSearch {
    bool get();
}
member CanSearch : bool with get
Public ReadOnly Property CanSearch As Boolean

Property Value

Type: System.Boolean

true if the you can search the report and highlight the search results without canceling an existing report processing or interactive rendering operation; otherwise, false.

Remarks

The value of true indicates both of the following conditions:

  • the current display mode is Normal

  • the report has been successfully processed and is being displayed

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top