SSRS Sub Report parameter Missing

Clive Wightman 126 Reputation points
2021-02-11T10:56:00.363+00:00

Hi I'm trying to create a report that will run a number of sub reports, at the moment only using 2 reports but keep getting

One or more parameters were not specified for the subreport

When looking at the execution log can see what has been passed

COMPUTE_DATE=02%2F11%2F2021%2009%3A56%3A00&PARTNER=1&BP_RELATIONSHIP_ID=2610&TARIFFS=Axxxxxs&DISCOUNT=0

These are the parameters within the SUB Report,
66840-image.png

SERVICE_TYPE_ID is different for each report AND MAXLIMIT are not in all reports so these have been set as default values within the report.

Any help to resolve this will be appricated

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,807 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joyzhao-MSFT 15,566 Reputation points
    2021-02-12T02:11:36.563+00:00

    Hi @Clive Wightman

    One or more parameters were not specified for the subreport

    This error message indicates that you havnen’t specfiy all the parameter values for your subreport.

    It means that either the report parameter has not been passed from the parent report to the child report or that the wrong format of report parameter or an unacceptable value for the report parameter has been passed from the parent to the subreport.

    I would suggest you to open the subreport properties window,and pay attention to the Parameters section, verify whether you had feed values for each parameters of your subreport.

    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful