Help!! I need to be able to print all data from a DataGrid control. Can anyone please Help?
Printable View
Help!! I need to be able to print all data from a DataGrid control. Can anyone please Help?
Since the DataGrid is usually bound to a data source, typically one creates a report based on the data source (using a tool such as Crystal Reports, VB's DataReport Designer or SQL Server Reporting Services) rather than printing the contents of the grid directly.
Will the Data Reports Designer take an ADODC Recordset?
I keep trying to add this data Environment to my project but I am getting errors. See attached.