Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SSRS 2012和asp.net_Asp.net_Reporting Services_Ssrs 2012 - Fatal编程技术网

SSRS 2012和asp.net

SSRS 2012和asp.net,asp.net,reporting-services,ssrs-2012,Asp.net,Reporting Services,Ssrs 2012,SSRS 2012是否有任何问题我正在向我的报告传递参数,当在页面上运行它时,它不工作,但当删除参数时,它工作正常SSRS 2012是否有任何问题 MyReportViewer.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote MyReportViewer.ServerReport.ReportServerUrl = New Uri("http://jean-daniel/ReportServer_

SSRS 2012是否有任何问题我正在向我的报告传递参数,当在页面上运行它时,它不工作,但当删除参数时,它工作正常SSRS 2012是否有任何问题

  MyReportViewer.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote
    MyReportViewer.ServerReport.ReportServerUrl = New Uri("http://jean-daniel/ReportServer_SQLEXPRESSADDD")
    ' Report Server URL
    MyReportViewer.ServerReport.ReportPath = "/Report Project2/Auction History"
    ' Report Name

    Dim params(0) As ReportParameter
    params(0) = New ReportParameter("SellerID", 201, False)
    MyReportViewer.ServerReport.SetParameters(params)
    MyReportViewer.ServerReport.Refresh()
    MyReportViewer.ShowParameterPrompts = False
    MyReportViewer.ShowToolBar = False

你能用标签追踪报告上参数(0)的值吗?我甚至在web表单上看不到报告有很多你看不到的信息记录在:\\LogFiles