
AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
It should be ok, strange. Try to do manual install as described in the Programmer's Manual, "General information/Installing into VS Toolbox" chapter.
-
Hello, You have set both band and page columns in your report. This is not correct. Set either band OR page columns.
-
Hello, To disable the progress form: using FastReport.Utils; Config.ReportSettings.ShowProgress = false;
-
Hello, Please tell me which version are you using (trial or full). If it is full version, which edition (Basic, Win, Win+Web, Pro).
-
Hello, Please attach your report file, I'll look at it.
-
Hello, The parameters are stored in the report.Dictionary.Parameters collection. Parameter par = new Parameter(); par.Name = "MyParameter"; par.DataType = typeof(int); par.Value = 3; report.Dictionary.Parameters.Add(par); The simpler wa…
-
Done in version 1.3.3.
-
Please read the manual: http://fast-report.com/documentation/UserM...tparameters.htm
-
You may use own function (either added to a report script, or registered via RegisterObjects.AddFunction call). The function will take a DateTime a return a formatted string.
-
No, it's not possible. You have to create a total in the "Data" window.
-
I forgot to say that you should set the band's CanBreak property to true, if you want to split band content across pages. If it does not help, please make a simple demo project for me (that demonstrates the error) and send it to tz@fast-report.com.
-
Please try latest 1.3.2. I have fixed some printer-related stuff two weeks ago.
-
I will try to fix this in the next daily build.
-
I knew that! [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Recently we have checked our installation using on-line virus checking tool (more than 20 antiviruses). Everythi…
-
Also tell me which antivirus you use, we'll check our dll with it.
-
Set the StartNewPage property of the band which contains your RTF, to true.
-
Hello, Which FR version are you using?
-
Are you using antivirus? Try to turn it off, then uninstall FR.Net, then install the newer FR version.
-
Hello, The TextObject has Highlight property which is the collection of highlight conditions. Please refer to the Class Reference.
-
Hello, There should be no difference if you preview then print, or just print. I've checked the report, it works well for me.
-
We have tested all our installations yesterday. All of them are working well on our PC with Vista. Try to download the latest FR 1.3 and install it.
-
Hello, Please provide full stack trace.
-
Do you run the installation program under administrator account?
-
Hello, You should access WebReport.Report in the WebReport.StartReport event only. Here is the event code that should work: Dim report As FastReport.Report = WebReport1.Report report.RegisterData(dt, "dt1") Dim databand As FastReport.DataBand …
-
Hello, FastReport.dll is already obfuscated. If you want non-obfuscated version of it, you have to buy FR.Net Professional (with source code) and recompile it.
-
Hello, You can try an example in the Demos\C#\Web folder (however, it's quite complex). "How to design a report" is described in the User's Manual: http://fast-report.com/documentation/UserM...en/databand.htm
-
Hello, Please tell me the following: - which version of FR you are trying to install? It is demo version, or full version? - which OS do you use?
-
Hello, Use conditional highlight: http://fast-report.com/documentation/UserM...cthighlight.htm
-
Hello, Try to copy FastReport dlls to the Bin folder of your web app.
-
Here is my screenshot: