added inline printing from browser in WebReport

Hello,

anybody used "+added inline printing from browser in WebReport"?
i use next code on ASP
using (Report report = new Report())
         {
             report.Load(path);
             report.SetParameterValue("gBatchID", ddNumList.Text);

             FastReport.ReportPage page = new ReportPage();
             report.Prepare();
             PrinterSettings printerSettings = null;            
             if (report.ShowPrintDialog(out printerSettings))
             {
                  report.PrintPrepared();
              }
        }
But i have next response:
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.

Environment: WinXp + IIS + FR1.5.2

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.