Pass parameter

I can't pass parameters in asp.net (visual studio 2012). I want to pass a text as report title but the result is empty!!!
This is my code:
(I have created a parameter(Name="Titr") in fastreport design and now I want to pass title to report)

string title="My report title";

path = Server.MapPath(@Perserviced.frx);

ListServices.Report.RegisterData(RS.FillDataset(sysinfo, listservice,view));

ListServices.Report.Load(path);

ListServices.Report.SetParameterValue("Titr", title);

ListServices.ReportDone = true;

ListServices.Report.Prepare();

Comments

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.