I have reportViewer control. When i place it on regular Windows forms form report looks fine and background of it is white. That's good. Nevertheless i use Dotnetbar 3rd party metro form and when i placed reportviewer on it report background is very gray when running application. I tried to set BackColor property of reportviewer to transparent but it says:
Control does not support transparent background colors.
My question is there any way to set reportviewer backcolor to transparent to get "normall" white background color?