Home › Forums › WinForms controls › Xceed Grid for WinForms › column alignment different on gridcontrol and report › Reply To: column alignment different on gridcontrol and report
Each element has a report style property for this purpose. For example :
Xceed.Grid.DataCell cell = (Xceed.Grid.DataCell)row.Cells[0];
cell.ReportStyle.HorizontalAlignment = Xceed.Grid.HorizontalAlignment.Center;
Imported from legacy forums. Posted by André (had 2855 views)