
AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
In the Data1.BeforePrint, for example.
-
Hello, Sorry, it's not possible.
-
Hello, You may use script: if (Data1.Height < ReportSummary1.Height) Engine.StartNewPage();
-
Hello Peter, Please explain in detail what you mean by "send data to subreport". Did you tried to do as described in the programmer's manual, "Working with Windows.Forms/Using the Report component in Visual Studio"?
-
Hello, I will add this ability in the next daily build.
-
Use TextObject.LineHeight property.
-
Why you cannot? It's just the post in the same forum.
-
Hello, Select "Custom" format and type dd/MM/yyyy.
-
Hello, wrote: In the Report Print Preview window, when the user tries to maximize or minimize the window it's not working at all. It works - you can move and resize it. It just looks like maximized. wrote: as well when you minimize …
-
Hello, There is no tool to convert frf to frx. However you can convert frf to fr3, then fr3 to frx. Read this topic: http://www.fast-report.com/en/forum/?p=/discussion/3719
-
Hello, Try to use the latest version (1.2.64) - we constantly impoving all features including the PDF export. If the error persists, send me the .pdf file for analyse.
-
If you want accurate CSV export output, you have to fix your report. In your case, two report objects causes extra columns to be added: titleText and txtPageNumber. Here is the fixed code: titleText.Bounds = new RectangleF(0, 0, 260, Units.Centim…
-
Hello, Just put the MSChart object on a report page. Do you have any problems doing that?
-
Hello, Please send me your report file (.frx) and the prepared report (.fpx, save from preview). tz@fast-report.com
-
Hello, Please read the doc regarding the use of Format function: http://fast-report.com/documentation/UserM.../funcformat.htm Correct use: Text1.Text = Format("dd/MM/yy", Dt.Value)
-
Hello, 1) Use totals - you'll find many example reports in demo.exe. Also read the user's manual ("Data/Totals" chapter). 2) Sorry, I don't understand what you mean.
-
Sorry, there is no way to change export settings when you use WebReport. We will add export options to WebReport component in one of upcoming releases.
-
In the PDF export settings, set "Viewer/Print scaling" checkbox.
-
Hello, There is no way to change the object's appearance when printing. You may do the following: - set you object's Printable property to false; - put another, similar object just behind it, with Printable = true. When you preview the repor…
-
It's here, I have no idea why you didn't find it. ///
/// Occurs when report is inherited and trying to load a base report. /// /// /// Typical use of this event is to load the base report from a database instead of a fi… -
Try to play with Acrobat print settings. Mine works well.
-
Hello, I've tried to make a report with header&footer, export it to PDF, then print from Acrobat. Everything is ok. How can I reproduce the bug?
-
Single = 1 developer Team = upto 4 developers Site = unlimited number of developers in one company
-
Hello, You may use the converter tool that reads .fr3 file and saves it in the .frx format: http://www.fast-report.com/pbc_download/files/fr3tofrx.exe This converter does not perform 100% conversion; you need to change the .frx file. The f…
-
wrote: But he can not be the same as the table name of the dataset? Explain me please? Your report has an embedded datasource with "Usuario" name. This code just replaces the embedded datasource with the new one (from your application). w…
-
Try to change your code ("usuario" -> "Usuario"): report.RegisterData(MsSql_DataSet.Tables["usuario"], "Usuario");
-
Hello, Set WebReport.ShowPrint property to false.
-
Try to play with printer's driver settings (especially the resolution settings). Have you tried to print from another .net applications? Do they print ok?
-
I want to look at the report file. Please attach it here or send to tz@fast-report.com.
-
Hello, Everything seems correct. What is your question?