
AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
I've tried to export "Interactive reports/Hyperlinks, Bookmarks" demo report to pdf. This report has hyperlink to our website (http://www.fast-report.com), it works in this pdf.
-
It is exported in web mode as "application/mht".
-
Hello, PDF export supports URL hyperlinks (such as [url="http://www.....)" ] http://www.....)[/url] only. Other hyperlink types (page numbers, bookmarks etc) are not supported.
-
Please send your report file to tz@fast-report.com.
-
Report.GetColumnValueNullable
-
I see. Select the "Page" object in the Properties window and set its TitleBeforeHeader property to false.
-
Now I have tried to run it on Vista (I have no Win7 machine, sorry). I've made two tests (1st under admin account, 2nd under user account) - still no problems. Maybe I'm doing something wrong. Could you make a simple test project for me? You can sen…
-
Hello, HashTable is not supported. You need to convert it to List<...> (somehow), then register the list.
-
As I wrote in another thread, dynamic tables/matrices cannot be placed on the page header ot its bands.
-
Sorry, I cannot reproduce this. Do you have a simple test project for me? You may send it to tz@fast-report.com.
-
Hello, I've tried to insert your code in a simple project. It works well on my PC (WinXP) even if I produce an error.
-
wrote: it overwrites my Page Header band Do you have an example, or maybe a screenshot?
-
Put order info on the page header band, and all other info in the data band. Be aware of the situation described below: http://www.fast-report.com/en/forum/?p=/discussion/6693
-
Hello, Probably you make a type in the tablename.columnname in your report, or you have not registered the datasource with the correct name. I need a test application from you to find an error. If you able to create such application, please send …
-
Hello, Objects that can split across pages (such as TableObject in its dynamic mode, or MatrixObject) cannot be placed in the PageHeader, ColumnHeader bands or its child bands. When printing such wide objects, FastReport generates a new page, whi…
-
Hello, You should not place any data columns in the report title/page header/footer. At this time, the datasource may be in the random state. For example, in the single-pass report, the datasource position = 1st row, and you see the correct data.…
-
Hello, FastReport.Net does not support dot-matrix printers. Look at our another solution, FastReport Studio: http://www.fast-report.com/en/products/rep...ort-studio.html
-
Hello, If you don't want to print a subreport, just set its Visible property to false.
-
Static table object does not support split. You have to form your table dynamically (you may use simple code to just print all rows and columns). In this case it will split both vertically and horizontally.
-
Yes, the cover page may be used w/o limitations.
-
I'm afraid this will not work with the "report as a class". You still may use this approach with the report stored as .frx file: Report report = new Report(); report.Load(frxfile); report.RegisterData(items, "items"); report.GetDataSource("items…
-
You may use the report inheritance: http://fast-report.com/documentation/UserM...inheritance.htm
-
Most questions are general (for ex: how do I create master-detail report? how to write particular expression to calculate something? etc). That's why we have one forum. You always may use the search function if you need to find something related to …
-
If your printer has low resolution (for example 100dpi), you will not be able to print barcodes even with the zoom = 1.
-
No, sorry. Most questions do no fit in both categories (winforms/asp).
-
In your scenario, there is no datasource at the time when you create a report. How do you create a report with no datasource? You need to put some Text objects on a databand, write something like [Table.Column1] [Table.Column2] ... in them. You m…
-
No, why do you need this? Are you using Crystal Report? Remember that FastReport can contain master-detail items in one report, there is no need to use subreports, separate report files etc. http://fast-report.com/documentation/UserM...etailreport…
-
Hello, You may use the following scenario to create a report in webmode: http://www.fast-report.com/en/forum/?p=/discussion/6475
-
No, it's not possible. FastReport stores subreports inside the main report (in a separate report pages).
-
Hello, There is no way to specify line width in pixels (which pixels? screen? printer?). The printer must have quite big resolution to print barcodes. If the resolution is low, the barcode reader will not be able to read barcode.