saeed moradi
saeed moradi
About
- Username
- saeed moradi
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I found it Watermark watermark = new Watermark(); watermark.Enabled = true; watermark.Text = "Demo Version"; ReportPage page = reportObject.Pages.OfType().First(); page.Watermark = watermark; thanks
-
hi, you can set this enum Config.PreviewSettings.Buttons = PreviewButtons.None; or any button that you need!
-
thanks, I want to force my customer access the Extratable(DataTable) only through the Invoice(DataTable).
-
thank
-
thanks
-
and there isn't any way in code behind?
-
when I run demo - when I Select the printer I catch an error with this StackTrace See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Syste…
-
oh .net app. ok . when I run the exe I catch an error with this StackTrace See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Dr…
-
Hello, My OS : XP yes I can print from Other App. such as msWord,..
-
thanks,
-
found !!! StartNewPage
-
I see 1.2 and in demo I see correct format but when Assign my dataset or create a new report with Sql script if I have decimal field, encounter same problem (if I select custom format to #,0.#### it works )
-
when I set format to "General" I see 1.200 1.000 1.234 as a note : My filed type is Decimal.
-
hello, the folowing file not found, C:\Users\user_name\AppData\Local\FastReport\FastReport.config when I see other hidden files/folders there is no fastreport file name in user folder .
-
when I run the demo program the attachment dialog appear
-
hello, is there any point or any specific access when we run fast report in vista os, when I run my program and demo in vista it dose not work
-
thanks , I got it.
-
hello, following this post when I put any Total in PageHeader Band (with double pass option), it dose not work correct most of the time
-
thanks
-
Ok But when I Register DataSet when seeing my report in Design mode the Relations are not available ,DataTables are not available too but by enableing them they are appeared in design mode but no relation found
-
hello I register All Tables of Dataset but no relation enabled in the report, I have to go to the design mode and define their relations!
-
where data source is DataSet witch contains on headerTable (Person) with 2 detailTable (personAddress, PersonJob) and their relations how can I show some header information after their childs for example Person Name , Person ID : Hear is Data…
-
thanks
-
thanks it means that relations never appeared in the report files
-
thanks,disconnect data was the gist
-
thanks a lot I was confused 4 about 4 hours
-
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Single.Par…
-
thanks
-
just string , I have some meta data about any column and I use them in my report generator that is based on fast report
-
ok but where and how I can save my Column meta data in the report File . is description property of the report file good idea?