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
158 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 ...
2
votes
1answer
3k 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.
1
vote
1answer
120 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
926 views

How to Create Custom Function for DevExpress XtraReports Calculated Field

I know how to create Custom Fields in a DataSet for a Report in DecExpress XtraReports. But I need to Declare a Custom Function in available function list for Calculated Fields. I do not know how to ...
1
vote
1answer
545 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
1answer
202 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
1answer
2k views

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 ...
1
vote
2answers
982 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
0answers
25 views

Calculate height of XRTableCell rendering

I'm working on a report where I need to calculate the actual height of a XRTableCell. I tried to override the BeforePrint XRTableCell but it reports the height used in the designer. How would you ...
0
votes
0answers
58 views

DevExpress XtraReport designer - label in a calculated field

Hi guys. I am using this report designer to create some reports. I want to know, is it possible to use a label in a calculated field? And if it is possible, could you please tell me how.
0
votes
0answers
62 views

Series in XtraReport Chart doesnt display

Im using Devexpress xtraReports my problem is the graph doesnt Display anything Ive set the series Datasource to a datatable.. and the chart too but still I dont get it..I dont know what the problem ...
0
votes
1answer
76 views

XtraReport doesnt Display the Sub Report [closed]

Possible Duplicate: How to use SubReport in XtraReport? I'm having a problem with my XtraReport it doesnt display the Sub Report but it Displays the main Report here's my Code Dim report ...
0
votes
1answer
107 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
1answer
108 views

XtraReport - How to preview one page but print/export all pages?

I'm running into a performance issue with XtraReports. Is there a way to limit the amount of data shown on the preview (in the ReportViewer control), but when the user goes to export/print give them ...
0
votes
1answer
165 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
0answers
158 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
133 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
116 views

xtrachart scrollbar not working into the xtrareport print preview

I have developed the xtrareport in win-form.NET. In this, i have draw the xtracharts on to the xtrareport . in this scroll bar not active . & i want to show the date & time in the as ...
0
votes
0answers
385 views

Pass parameter of type object to xtrareport subreport

using devexpress 11. how do i pass a parameter from a parent report to a subreport? The parameter is an object i.e. a special class and not one of the default ones provided in the AddParameter list ...
0
votes
0answers
163 views

XtraReport.ShowPreview() crashes on windows xp

I'm using XtraReport control to create report in WPF. On windows 7 it works fine, but on windows xp sp3 it crashes (The method or operation is not supported). Can it be a problem of windows xp? Or ...
0
votes
2answers
230 views

How to debug XtraReports report even handlers, the scripts, in Visual Studio 2010?

DevExpress's XtraReports adds event handlers, like beforeprint. in some script window. I can't add breakpoints in that window. How does one debug this code? The code is in a resx file.
0
votes
1answer
482 views

In Devexpress xtraReport, how to remove hyperlink when export to pdf?

I generate a report using xtraReport. There are some hyperlink in my report that created by setting XRControl.NavigateUrl. When I export to xls, I can set the XlsExportOptions.ExportHyperlinks = ...
0
votes
0answers
205 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
454 views

Devexpress Reporting: How to Control Parameter Field's Width?

I'm using Xtrareports for reporting. There is a paragraph that a part of it is coming from a parameter. Let's say "Dear [USERNAME] welcome" You see, I wasn't be able to put [USERNAME] into a ...
0
votes
1answer
191 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
297 views

is there a DevExpress XtraReports event that fires after all widgets of a details subreport got printed, like for formatting?

I want to be able to go through all instances of a printed details subreport and do some formatting of records, in part by computing stuff for one record based on another one already printed. The code ...
0
votes
1answer
694 views

does DevExpress XtraReports have an easily accessible notion of “current detail report being printed”?

I am printing a details subreport that gets printed let's say 5 times on the overall report, for 5 query results. I compute some stuff for it with my code, and so I use BeforePrint event on an XRTable ...
0
votes
1answer
516 views

DevExpress XtraReports server side filtering

I am trying out DevExpress XtraReports and I have a simple report with a few filter conditions and parameters passed via the front end application. I want to know is this filter appended to the SQL ...
0
votes
1answer
716 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
555 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
686 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
684 views

DevExpress XtraReporty Print Without any UI Interaction

I am having some trouble trying to get a report to print from a service that does not allow UI interaction. Currently I can do the following Dim myReport As New MyXtraReport(myData) ...
0
votes
1answer
489 views

GetCurrentRow() in Devexpress XtraReports not working any more

does anyone know why GetCurrentRow() in xtrareports, devexpress 10.1.4 doesn't work anymore? It always returns a null, in the previous versions it used to return the current row on the data source. ...
0
votes
1answer
638 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
1answer
858 views

XRRichText doesn't render Html tables

I use a DevExpress XtraReport to build reports. I create in run-time the List of report's records. One field is XRRichText and contains simple markup: <table cellpadding="0" cellspacing="0" ...
0
votes
2answers
2k views

DevExpress Xtra Report: How to display a label in group footer when the detail band does not have any data?

If a have a lable called: lblWarning. I'd like to display it (Visible = True) when the detail band does not have any records. The label is in the group footer.
0
votes
4answers
3k 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
561 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. ...