How to print a grid from memory??

Hi, i need to print an instance of a DataboundGrid, but i don´t want to display it in a form. How can i do that?? Thanks in advance. Rafael Gomez Hernando

1 Reply

AD Administrator Syncfusion Team November 24, 2004 04:07 PM UTC

Try this code where grid is the grid youwant to print. GridPrintDocument pd = new GridPrintDocument(grid); pd.Print();

Loader.
Up arrow icon