How can I use 'like' keyword with wildcard characters(*) in RecordSelectionFormula of crystal report?
rptdoc = new ReportDocument();
rptdoc.RecordSelectionFormula = " {View1.RefNo}= '" + textbox1.Text + "'";
I need to use 'like' instead of '=' .....