Tagged Questions

2
votes
1answer
145 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
512 views

Report Design Templates

We are using DevExpress XtraReports 2009v3.3 and although I can achieve what I want through various formatting objects in code, there must be a (better/less painless/maintainable/visual) way of ...
1
vote
2answers
929 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 ...
1
vote
1answer
1k views

Eliminate Group Footer Page Break Before Report Footer

I have a report with a group header and footer. There should be only two groups based on the data. I have the Group Footer set to have a page break after it. I don't want the last Group to create a ...
0
votes
1answer
34 views

How to use SubReport in XtraReport?

I have a main Report which consist of (Detail Report) Transaction # Amount Due PaymentType Money Tendered and I have another report which consist of items ordered (Items Report) Transaction # ...
0
votes
0answers
193 views

XRRichText doesn't render html

I have a such xml: <?xml version="1.0" encoding="utf-8" ?> <root> <item> <title>Title 1</title> <description> <strong><i>Description in ...
0
votes
1answer
526 views

XtraReport side by side Export problem on excel

Work on vs2008 C# .I has a side by side report, On this report, I Face some peculiar problem attach picture describe in detail about the property of my XtraReport report detail bands.I use ...
0
votes
2answers
341 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
2answers
112 views

How to do a mailing using a reporting tool?

Env.: Reporting Services or XTraReport, SqlServer Express 2008 R2, VS2008, WinForms, C# Hi All, My WinForms app must send a customized letter to a bunch of people (whose contact info is in ...