Help - Search - Members - Calendar
Full Version: Sample usage
Fast Reports forum > Fast Reports Products > FastReport Studio
Zekeriya

I need a sample greate usage for asp.net c# with fastreport studio.

can anyone help me ?

webside1 which installing with setup didn't solve my problem.

Or i need some text decumant for .dll's classes.



alman
Website1 example may not work because IIS server does not have access to "C:\Program Files" directory.
To make this example work you must copy Fastreport3.dll into "C:/Inetpub" directory and register it with Regsvr32.exe.

Anyway, could you describe your problrem more accurate. For example, there are some issues on using FastReport Studio under ASP.NET environment. First of all, you need disable message boxes, because application under IIS does not have a screen. So, any message box will lock application.

....
report = new TfrxReportClass();
....
report.EngineOptions.SilentMode = frxSilentMode.simSilent;


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.