Search code examples
gridviewprintingdevexpressviewmulti-level

How I print multiple level in gridview


I want to print report with main view and a level. The sample gridview is attachment enter image description here


Solution

  • 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