Hi djohnson60618,
Yes, it is possible to define the title of the exported grid view. You just have to create and pass the appropriate settings that should be used during the export to Excel or Pdf.
For example:
//Create the settings and initialize it with the appropriate values
DGVEPdfExportSettings settings = new DGVEPdfExportSettings();
settings.ExportHeaderText = true;
settings.HeaderText = "Some sample header text";
//.....
For more information and samples read chapter 3.3 Pdf from the Developers Guide.
If you have any other questions do not hesitate to contact us.
Sincerely Yours
Support Team