This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to read a parameter value in Sub reports

Hi,

I have a custom report. It will get user input From and Todate to generate the report with in that dates. I used a parameters to get the date.

In the summery Page, i can able to refer the Parameter ( DateFrom and DateTo). If i refer the parameter variable in the sub reports ( Pending Attestation , Completed Attestation) , it return the default date value. It does not get the data entered by the user when generating the report. lt looks like the it is not the global value which can be used in sub reports.

I want to show the From and To data user entered in the Parameter when generating the Report in Sub Reports.

How can i achieve this. Can some one help me on this?

Parents
  • I tried to access the parameters in the SubReport using the standard notation {DateFrom} or {DateTo} and it worked in my tests.

    The parameters should appear in the report dictionary in the variables section.

    You may need to describe your problem in more detail if this is still not working in your environment. It is always good to know the version you are using for example.

    HtH
Reply
  • I tried to access the parameters in the SubReport using the standard notation {DateFrom} or {DateTo} and it worked in my tests.

    The parameters should appear in the report dictionary in the variables section.

    You may need to describe your problem in more detail if this is still not working in your environment. It is always good to know the version you are using for example.

    HtH
Children
No Data