ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / FindText Property

In This Topic
    FindText Property (C1ReportViewer)
    In This Topic
    Gets or sets the text that will be searched by FindNext and FindPrevious.
    Syntax
    'Declaration
     
    Public Property FindText As String
    public string FindText {get; set;}
    See Also