c# - SSRS SubReports not showing up in ReportViewer -
i have bunch of reports , subreports i'm trying render in reportviewer. have managed make them work once editing them manually , changing namespaces 2008, removing <reportssection>
tags , <parameterlayout>
tag. when saved , rebuilded report things rolled , stopped working.
the error is::
the subreport not found @ specified location. please verify subreport has been published , name correct
i checked location , subreport indeed there of course. tried changing build of project sql server 2008, sql server 2016.
however 2016 had different error. when processing report, reportviewer threw exceptions saying:
the definition of report invalid.
note: these reports local reports, not on server. example of report this
Comments
Post a Comment