Tagged Questions
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 ...
0
votes
0answers
386 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
1answer
697 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 ...