capedica
capedica
About
- Username
- capedica
- Joined
- Visits
- 5
- Last Active
- Roles
- Members
Comments
-
Any help or comment on this?
-
It was very simple, just some reflection: if (System.Reflection.Assembly.GetEntryAssembly().GetName().Name == "Designer") { Â Â MessageBox.Show("Inside the designer"); } capedica wrote: » Hi, i'd like to know if there is a way to detect if…
-
capedica wrote: » Hi, i need to export my report to excel (xls or xml) but i'm stucked to an annoying problem. I've some TextObject formatted as "Date" (i've tried with "d","dd/MM/yyyy", "MM/dd/yyyy"), but when i generate a report and export it to…
-
Please FastReport guys, answer to to sportscar, i'm detecting this problem too. I've a service that generates a huge amount of report and it needs to be up 24h/24h. After a day the memory footprint becomes very high. Using a profiler it seems the pr…
-
Ok, thank you, i will try with a matrix. Maybe the ModifyResult event could be usefull for the table object too? AlexTZ wrote: » Hello, Here is some reports that demonstrate how to manipulate the TableResult data. Run it from Demo.exe.