When all else fails, add the page break to the row group of the main report.
Month: June 2013
Microsoft Visual Studio – How to log LINQ sql calls
How to log SQL when using LINQ to SQLs DataContext
‘Dim LINQ log variables
Private sbLog As New StringBuilder Private swLog As New StringWriter(sbLog)
‘Execute of LINQ ** dcNwind is the instantiation of the DataContext **
dcNwind.Log = swLog
‘To …