Zekeriya
Oct 21 2008, 05:13 AM
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
Nov 5 2008, 09:02 AM
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;