AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Hello, That's my mistake, I will fix it in the next build. I've change the logic a bit, so you will need to change your code: e.ConnectionString = my_connectionString;
-
Hello, This can be made using the Report.RegisterData method. This method is overloaded and allows you to register a DataSet, DataTable, DataView, DataRelation or business object which implements IEnumerable interface.
-
We don't have roadmap yet; it will be available after the release. Regarding the Silverlight: we don't have such plans in the near time.
-
1) FastReport.Net is written in C# 2) The report designer is for WinForms only.
-
ASP part is in development now, we will try to solve this.
-
It's obfuscated.
-
1) there is "Table" object in the FastReport.Net - it allows much more than vertical bands. 2) yes, there is a discount for FR VCL/FR Studio users. Contact sales@fast-report.com to get a discount coupon. When the FR.Net will be released we will add…
-
Hello, 1) the converter is shipped with FR4 now. To use it: - download the latest version of FastReport 4 - add the "frxSaveFRX" unit into your uses list - run report designer, go "File|Save as...", choose the file type - "FastReport.Net file"…
-
I have used older version of WinRar to pack this. It's a screenshot made with WinRar3.8:
-
What zip archiver do you use?
-
Sorry, I don't understand. When you unzip you get a bunch of files, not the only "FastReport.Postgres".
-
Download and unzip.
-
Read the readme.txt how to use it.
-
I hope I'll finish it in two-three weeks.
-
We still have not translated the docs, that delays the release.
-
Hello, It does not now; I'm going to create it in this week.
-
In the latest FR.Net version, you can use the WebReport component several ways. - setup all necessary data components. For example, it may be AccessDataSource. - put the WebReport component on your form. - in the smart tag menu, select the "Sel…
-
I see the problem now, we will solve it in the next build.
-
Do you use the latest version of FastReport.Net? It should not complain about this method.
-
Hello, We met some problems with ASP.NET, so we need to rewrite some code to solve it. I cannot say at this moment when we finish it.
-
I've tried to create a MS SQL data table with Decimal(1,0) column. It works just fine for me. If you have a demo for this error, you can send it to my email: tz@fast-report.com
-
Hello, Write the following in your "Text" object: [[myTable.myColumn] == 0 ? "Yes" : "No"]
-
The WebReport component is in the VS Toolbox. This control can be placed on an asp.net page when you work with asp.net project type.
-
Hello, It's almost ready, you can use the WebReport component in your ASP.Net project now. However we haven't finished some functionality: - work in the medium-trust environment - print from webreport (this requires the PDF export filter which …
-
Hello, The email functionality is not ready yet, so this button is disabled.
-
I've added some null checks, I hope it will work now. The updated version will be available this midnight.
-
Hello, In this example: - use the in-report datasources (created in the "Data|Add New Data Source..." menu); - use the in-report Dialog form to ask a parameter value. To do this: - add the new dialog form ("Add New Dialog" button on the des…
-
Hello, I've fixed both problems. The fixed version will be available tomorrow.
-
Thanks Gord [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> The release is delayed because we don't have the english doc yet (it is in traslation now). However the russian …
-
Sorry, I can't reproduce it. Do you able to do this in the Demo.exe? If so, you may prepare a report file and send it to me (tz@fast-report.com).