开发者

Calling ReportViewer.ServerReport.Render from IronPython

开发者 https://www.devze.com 2023-02-07 11:32 出处:网络
I\'m trying to call ReportViewer.ServerReport.Render similar to what we did in VB.NET or C# this way,

I'm trying to call ReportViewer.ServerReport.Render similar to what we did in VB.NET or C# this way,

exportBytes = ReportViewer1.ServerReport.Render("PDF",None,mimeType,encoding,fileNameExtension,streamids,
Warning) 

But I'm getting this error "expected 开发者_如何学CReference,but found null"


ServerReport is null, probably the report viewer is not properly initialized.

0

精彩评论

暂无评论...
验证码 换一张
取 消