Tagged Questions
2
votes
1answer
146 views
How can I format XRPivotGrid headers?
This is a DevExpress Reporting/XtraReports question. I'm using DevExpress 2011 Vol 1 for Win Forms.
I'm trying to format an XRPivotGrid to get rid of all borders and to change the background color of ...
1
vote
1answer
71 views
My IDE crash every time I Add an XtraReport
Need Help guys
Does anybody know how to fix this problem..I using devexpress and every time I add an xtraReport my IDE crashes.. In some of my projects XtraReport Works fine but so if I make a new ...
1
vote
1answer
194 views
XtraLabel DataBinding
I using XtraRepo
rt to creating report. I add two labels in designer with names: lblCategoryName and lblCategoryDescription.
Data binding and show preview:
public class Category
{
...
1
vote
0answers
367 views
Creating DataAdapters for Entity Framework
This relates to the reporting suite we are using, but I believe the pattern is the same for WinForms and other .NET technologies.
The reporting suite we are using (XtraReports 10) supports design ...
1
vote
2answers
930 views
What are pros/cons to DevExpress Reports?
I'm looking for a new reporting tool and DevExpress XtraReports look pretty good. I didn't find any discussion on them so here we go.
Have you found any problems with the report format, and saving ...
0
votes
1answer
129 views
Empty report when binding a DevExpress XtraReport to an IList
Because the XtraReport designer isn't into object data sources, I first used a DB table to mimic the data structure of my report data, and the report works nicely like that. However, when I try and ...
0
votes
2answers
343 views
Reporting with dynamic layouts
We're using DevExpress Xtra reports, but they don't seem to be able to meet our requirements...
I previously posted this question, to which no good answer (that I am aware of) exist, even from ...
0
votes
3answers
1k views
How to improve performance of XtraReports using a web service to get the data?
I'm facing a potential problem using the XtraReports tool and a web service about performance. in a Windows Form app.
I know XtraReport loads large data set (I understand a large data set as +10,000 ...
0
votes
2answers
1k views
How to show the XtraReports Field List panel when it's closed?
Maybe this is a newbie question or RTFM question... but I couldn't find it yet.
Once we have a schema in a XtraReport, the tool shows the Field List, which is a panel from we can add fields to our ...
0
votes
1answer
542 views
Is there a viewer control for XtraReports in Windows Forms?
DevExpress XtraReports has a predefined window for showing up the reports that is bundle with the report class, but I wonder if there is a viewer control like Active Reports has to show the report.
...