filter data for fastreport by code

edited 10:39AM in FastReport .NET
hi i am programing in asp.net and wrote a search metod .and I want to use fast report and filter data by search metode and my fast report show data .i dont know how to do it




List<SensSms.COL.SendSms> vSearch = SendSms.BLL.SendSms.SearchbyReciveTelNumber(TextBox1.Text);

report report = new report();

WebReport1.Report.Load("ReportSms.frx");
WebReport1.Report.Show();


i dont know how to pass search metod to fast repot

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.