Chris B
Posts:36
 |
| 06/24/2008 2:35 AM |
|
Hi,
I keep finding the report designer built into interprise keeps crashing. Can we use http://www.devexpress.com/Products/NET/WinForms/XtraReports/features_enduserdesigner.xml and use use devx reports....
Looking at the db structure its stored as a binary, how would we convert the file this produces to put in the database?
Thanks, Chris
|
|
|
|
|
Michelle L
Posts:10
 |
| 06/25/2008 1:21 AM |
|
Hi, We are using the same report designer by Developer Express. The difference is that we save the report in the backend using the method SaveLayout(reportstream) of DevExpress. See the sample code below. Dim reportStream As IO.MemoryStream = New IO.MemoryStream Dim byteReport() As Byte Dim reportDocument as DevExpress.XtraReports.UI.XtraReport reportDocument.SaveLayout(reportStream) byteReport = reportStream.ToArray Can you give me the problem using our report designer? Thanks. Michelle L. Lupango Inteprise Solutions Taylor Science and Technology Phils., Inc |
|
|
|
|
Chris B
Posts:36
 |
| 06/30/2008 3:15 AM |
|
| When you use the wizard to create a report if you do anything with sorting or grouping it tends to crash the report designer when saving the report. |
|
|
|
|
Ramil D
Posts:223
 |
| 06/30/2008 8:27 PM |
|
| I strongly suggest that you send this support report to support@interprisesolutions.com to get a better answer to your problem. |
|
|
|
|