Click here to Skip to main content
15,895,667 members

Comments by Nuckles Nelson (Top 1 by date)

Nuckles Nelson 5-Sep-12 14:22pm View    
This ended up helping me a lot, even though it took a minute to figure out the last few lines of code were missing line breaks. In addition, I would warn others to always use cdReportDocument.SetDataSource(dsMyDataSet) instead of cdReportDocument.SetDataSource(dtMyDataTable).