I have a SQL Query that is 8 columns wide and well over 1000 rows long. Right now I have it displayed on the page in a GridView with paging. I need to send the data to a PDF, what is the best way to do this? I don't need the exact GridView Data I will use a separate Query for the PDF.