Questions tagged [xtrareport]

XtraReports is a Reporting Tool made by DevExpress for WinForms, ASP.NET, Silverlight, WPF and LightSwitch.

294 questions
10
votes
6 answers

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 having to build a connection, adapter and dataset…
Sebastian
  • 1,491
  • 6
  • 20
  • 29
8
votes
3 answers

How can I serialize a DevExpress XtraReport report design

I need to serialize a report design. This is the scenario: The app has base reports, let's say "Sales Report" with a set of pre-defined columns and design, like the corp. logo in the header. The users needs to have the ability to change that layout…
Sebastian
  • 1,491
  • 6
  • 20
  • 29
5
votes
2 answers

DEVEXPRESS - xtrareport - page break

I have a datatable with more than 300 rows. I want each page to present only 10 rows in it. I want to force the xtrareport to break after 10 rows. Any idea on how this is done ?
Fares
  • 354
  • 3
  • 5
  • 15
5
votes
3 answers

Visual Studio 2017 the connection string could not be found in application settings

For connection database and reading data, I am using a dataset which read connection string from Web.config file. Everything working in Visual Studio 2013. But when I opened this project in Visual Studio 2017, I can't configure. It errors: Unable…
4
votes
1 answer

Is possible to move up empty labels in a DevExpress XtraReport?

Is possible to move up empty labels in a DevExpress XtraReport? I have a report and I need to move up labels with empty data. I desire that labels with no data don't be displayed and the others labels behind him could be moved up in order to take…
4
votes
1 answer

DevExpress XtraReport GDI+ Generic Error

I'm getting this error when exporting an excel file from a report, firing this action from the preview of the report. xrptDoc.ExportToXlsX("D:\\ExportedFile.xlsx"); This is the following stacktrace: in…
jcvegan
  • 3,111
  • 9
  • 43
  • 66
4
votes
2 answers

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 reports to a database? Any common performance…
TheSean
  • 4,516
  • 7
  • 40
  • 50
4
votes
1 answer

XRLabel.Angle at Runtime

iam using DevExpress v.10.2 and want to show a XRLabel on XtraReport with Angle. If iam using the Designer it is working fine. But now i want to do this at runtime, because the Label.Text is dynamic. My Problem is that the Report doesnt show my…
Sebi
  • 3,879
  • 2
  • 35
  • 62
4
votes
2 answers

how to pass parameter in devexpress report

I am using Devexpress XtraReport in Windows application for reporting purpose. I have set a parameter param1 having string as type in my XtraReport1 and using following code to pass parameter. private void button1_Click(object sender, EventArgs e) …
kashif
  • 3,713
  • 8
  • 32
  • 47
3
votes
1 answer

Can't merge two XtraReport Pages in Third XtraReport

I have odd even pages for each record that I have to prepare report. when I run the MVC application i can see the XtraReport Viewer but there are no pages in it. Controller/Action Logic var xtraReport1 =…
Rashmin Javiya
  • 5,173
  • 3
  • 27
  • 49
3
votes
2 answers

How to pass textbox value from one webform to a xtrareport?

I have a web form where I have a textbox in which the user will enter the number and pull the information from the table. Now I have developed a xtrareport, where I have to display the data of which the user enters in that textbox which I mentioned…
ahmed
  • 879
  • 3
  • 11
  • 24
3
votes
1 answer

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 DataSet, I create a DataTable using a Data…
Sebastian
  • 1,491
  • 6
  • 20
  • 29
2
votes
1 answer

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.
JeffO
  • 7,957
  • 3
  • 44
  • 53
2
votes
1 answer

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 the cells. At the moment I'm handling the print…
A. G.
  • 159
  • 11
2
votes
1 answer

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, PrintEventArgs e) { xrTableCell1.Text = "(" +…
KaeL
  • 3,639
  • 2
  • 28
  • 56
1
2 3
19 20