Tagged Questions

1
vote
2answers
660 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 …
1
vote
1answer
127 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 …
1
vote
1answer
696 views

DevExpress - Xtra Reports: VB.NET How to get current page number?

I've searched their site. I just want to find the page number in the vb script. I have a report header, and if it is on page #1 then I want a page break after.
0
votes
1answer
212 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 …
0
votes
3answers
226 views

Set programatically the title to the viewer form in XtraReport

Hello, 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
147 views

How to improve performance of XtraReports using a web service to get the data?

Hello, 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 …
0
votes
2answers
93 views

How to show the XtraReports Field List panel when it’s closed?

Hello! 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 …
0
votes
1answer
70 views

Is there a viewer control for XtraReports in Windows Forms?

Hello, 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 …