Tagged Questions

3
votes
3answers
11k views

How to set datasource for fields in XtraReports without having a dataset at design time?

I'm taking a look now to XtraReports reporting tool and there's something that I don't get it yet. How do I set the data source for a certain field (showed in the report as a Label I guess), without ...
2
votes
1answer
143 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 ...
2
votes
1answer
3k views

How to create an unbound subreport in another unbound report

I have an unbound XtraReport that has a subreport control which contains another report. I call "unbound" to a report that has the definition of the fields using a schema but not actually bound to any ...
1
vote
1answer
115 views

Computed Column Based on Other Columns

I have a Dataset with a Bunch of Columns used in a Report (DevExpress XtraReports) (DataSet being the DataSource). The Dataset has many columns, and i need to read a column (based on the row type), ...
0
votes
0answers
124 views

Data I add to a table in DataSet is not shown in XtraReport

I have a table in my dataset that I create it in dataset design view in Visual Studio 2010. Then in my XtraReport1 class I have some labels that refer to these table columns. At the beginning this ...
0
votes
1answer
115 views

Change the Style of an XtraReport an an ASPX Page for Printing

To get an XtraReport to match my web site, I have had to set the background color to something other than white. But when the user Prints the report, I would like the background to default back to ...
0
votes
1answer
173 views

Data Formatting not retained when exporting to .xls

I'm using XtraReports, I'm having issues when exporting report to .xls Some of my data needs formatting before being displayed to browser. private void xrTableCell1_BeforePrint(object sender, ...
0
votes
1answer
606 views

Adding multiple subreports to a Master report on one page (if possible)

I'm constructing an aggregate report that reports on many different file types and parameters. This consists of many sub-reports (an unknown number, user-selectable). Currently I am taking the first ...
0
votes
1answer
524 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
656 views

Currency format without the thousands separator (remove comma in fields in saved reports)

I currently set some of my fields on my data grid with "c2" as the FormatString. When I generate .csv reports with XtraReports by printing on the XtraGrid, the thousands separator is included in the ...
0
votes
1answer
628 views

XtraReports Web Viewer not loading Parameters Popup

So were loading a a report from a saved file (this seems to not be the general way to do things), but the report viewer refuses to initialise the parameters popup. WTF!!! Here's the code: protected ...
0
votes
4answers
2k views

Set programatically the title to the viewer form in XtraReport

Does anybody know how to set the title to the form viewer when showing an XtraReport document? The scenario is the following: I have an XtraReport report configured, I show it calling the ...
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
537 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. ...