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
'Declaration
Public ReadOnly Property CanSearch As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanSearch
public bool CanSearch { get; }
public:
property bool CanSearch {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanSearch ()
DebuggerStepThroughAttribute
public function get CanSearch () : boolean
Property Value
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
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace