xtrareport
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 whi[详细]
2023-04-10 23:52 分类:问答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), an[详细]
2023-03-22 16:57 分类:问答Nested tables in SQL Server Reporting Services without using Subreports
I\'d like to achieve somthing similar to the nested products and orders tables shown in this XtraReports example using SQL Server Reporting Services.[详细]
2023-03-04 22:10 分类:问答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.[详细]
2023-03-04 13:07 分类:问答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.[详细]
2023-03-01 12:54 分类:问答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 XRTabl[详细]
2023-02-25 02:53 分类:问答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[详细]
2023-02-24 04:12 分类:问答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 ge[详细]
2023-02-22 19:52 分类:问答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 Multicolumn[详细]
2023-02-18 17:34 分类:问答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[详细]
2023-02-08 23:15 分类:问答