0
在打印XtraReports時,是否有任何可能的方式更改GridView CellStyle?ASP.NET XtraReports Gridview RowCellStyle
Winforms的一些方法;
Protected Sub dg_listeOzet_RowCellStyle(sender As Object, e As RowCellStyleEventArgs) Handles gv_listeOzet.RowCellStyle
e.Appearance.BackColor = Color.LightBlue
End Sub