我如何在 gridview 中打印多个级别

How I print multiple level in gridview

我想打印带有主视图和关卡的报告。示例 gridview 是附件 enter image description here

您需要设置 GridView.OptionsPrint.PrintDetails property to True. From there, you can use the standard print/preview/export features of the GridControl. See: Export and Printing