0

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
4

0 に答える 0