Toske
Toske
About
- Username
- Toske
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I just found out that project that I'm working on uses older version(1.0.xx), that has this bug. When tried with FR.NET 1.2.x, it works just fine.
-
I found error in generated *.cs file ( thnks for reference to GenerateReportAssebly(), did'nt knew of existence of this function 'till now). Now, in report file, in Table1_ManualBuild function, there's for loop: for (int i = 0; i < colCount; i…
-
I'll try with GenerateReportAssembly(); if can't find error myself, I'll send an simple project. Thnks in advance.
-
I tired everything, setting bracekts property, setting AllowExpressions property, but still i get same exception, even when i send empty DataTable object, so error cannot be in data, column names don't have any special characters. Any more ideas..…
-
Springy wrote: » I think his data bound text contains "[" characters. Is there an escape sequence or do you have to set the brackets to something which nobody will input in any comment memo field? I thought that was the problem, but when i se…