I'm sure we all use the UltraGridPrintDocument control.
How can I print the grid caption:
Me.UltraGrid1.Text = "Print this..."
Or, how can I print additional information (other than the grid)?
It would be nice to do this in Excel exports also.
Thanks in advance,
Jeff
Hello Jeff,One possible approach to print additional information is shown In the attached sample. Please take a look at it, and let me know if you have any questions.Regards