Hi.
I am exporting a report to pdf & xps, Is there a way to change background color of the report.
My XamDataGrid is black color , it is getting exported as a black color, but the blank areas are exported in White, I am using 11.2 version of infragistics WPF
Thanks
Sumeet
Hi Sumeet,
Do you still require assistance on this matter? Would it be possible for you to send me a sample that demonstrates this issue so I can try and debug it?
Then that means the issue is not the margin settings like I thought it was initially. In my tests I saw a similar issue that I resolved by changing the margin but it seems like your issue is different. Can you send me a sample that demonstrates the issue you're seeing so I can take a look at it?
Hi Rob,
Even -16 doesnt help here, The white portion is still to be seen and also some part of report on every page gets clipped from the bottom.
Let me know if you have any further questions regarding this matter.
Did that line of code have any effect at all?
It makes sense that you still see white space now that I look at the value I gave you. This value would actually increase the size of the white space. The value should be negative in order to stretch the grid down to cover the space.
myReport.ReportSettings.Margin = new Thickness(0,0,0,-16);