I want to print report with main view and a level. The sample gridview is attachment enter image description here
You need to set the GridView.OptionsPrint.PrintDetails property to True. From there, you can use the standard print/preview/export features of the GridControl. See: Export and Printing