So - I want to expose the collection of print jobs (from the print queue) as a DataTable. Anyone have any experience (esp. code) I can draw on?
Printable View
So - I want to expose the collection of print jobs (from the print queue) as a DataTable. Anyone have any experience (esp. code) I can draw on?
You might try making a typed Dataset and then examine the autogenerated code to see one way of making derived custom datatables. At least I am pretty sure that it also makes typed datatables with the dataset too.