Hi can i export not the whole report but instead the report bands of devexpress xtrareport? I want to have the header, body and footer pass onto different strings. It is possible? Thanks
UPDATE
I have a InvoiceReceipt which has ReportHeader, Detail, ReportFooter what i want is to pass
ReportHeader => string header;
Detail => string items;
ReportFooter => string footer;
So when i get header it should have the header of the report in text format ( since it was exported as text ) and the rest follows.
OR
can i have the ReportHeader be exported as Text? same as ReportFooter and the Details part?
OR
can i have devexpress reports export to text a specific report by reportheader, reportfooter and details?