show report in asp.net

edited 2:03AM in FastReport .NET
Hi Dear

I am using visulastudio 2013 in my asp.net project.
my table have 3 item and and after filtering have 2 record. but my report show 3 record.

dt.TableName = "dt";
Report report = new Report();
report.RegisterData(dt, "dt");
report.Load(@C:\Untitled.frx);
report.SetParameterValue("ConnectionString", MainClass._ConnectionStr);
WebReport1.Report = report;



Kohan Company

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.