1. FastReport从流中加载数后,要保存到本地,否则调用设计界面(design())后,再保存要提示选择本地路径。

  2. FastReport中文包加载,在调用FastReport界面加载时,下面这样调用代码即可(会引用到两个文件“Chinese (Simplified).frl”、 “Chinese (Traditional).frl”):

    FastReport.Utils.Res.LoadLocale(System.IO.Path.Combine(Application.StartupPath, @"Localization\Chinese (Simplified).frl"));

  3. FastRepot在调用时可接受参数,调用事件方法是可以使用传递过来的参数

    SetParameterValue和GetParameterValue