Hi there, Im not sure this is something related to IronPython doing something differently, but we are trying to call ReportViewer.ServerReport.Render from IronPython and we get "expected Reference,but found null" We call it this way in VB.NET exportBytes = ReportViewer1.ServerReport.Render("PDF",Nothing,mimeType,encoding,fileNameExtension,streamids, Warning) and in IronPython exportBytes = ReportViewer1.ServerReport.Render("PDF",None,mimeType,encoding,fileNameExtension,streamids, Warning) When a method from a .NET component like that expects Nothing, is it the same to pass None in IronPython? can you fill me inthe differences? BTW, if you want some points in stackoverflow, you can answer me there, I opened the question there because usually there is people earlier online. Greetings
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com