you help me.
how to number the report?
eg: (Order column)
Order Name Date
1 Tai 10/6/1999
2 Tuan 12/1/2000
3 Thu 2/2/1999
4
5
...
Thank!
Hello Tai,
Are you using UltraGrid from Infragistics Windows Forms?
If so, it has a functionality to display row numbers on each row.
The below is the example.
ultraGrid1.DisplayLayout.Override.RowSelectors = DefaultableBoolean.True;
ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = RowSelectorNumberStyle.VisibleIndex;
Please take a look at the following document for more details:
Displaying Row Numbers in Row Selectors
www.infragistics.com/.../wingrid-displaying-row-numbers-in-row-selectors
Let me know if I may be of further assistance.
Thank you,
Mihoko Kamiishi
Thank you very much Mihoko Kamiishi.
but, I want to do it in reporting (Infragistics reporting), does Infragistics reporting support this issue?
Waiting for your reply
You have posted under Windows Forms forum, but Infragistics Reporting is a different product. The product has already been retired, so please try posting your question under Retired Products and Controls.
Thank you, Mihoko Kamiishi