Passing Parameters from Master Report to SubReport
I have two subreports on one master report who's parameters @ReportDate would be set to the same date each time the report is run. When i run the master report i get an error for each report that tells me that one or more parameters required to run the report have not been specified. How do i pass the parameter i want to use in both reports from the master report through to the subreports. Thanks again!
May 16th, 2007 3:44pm

Right-click on the subreport and choose Properties. Switch to the Parameters tab. Expand the Parameter Name dropdown and select the subreport parameter. Set the Parameter Value to the master parameter, e.g.; =Parameters!SomeParameter.Value
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2007 9:10pm

I am getting an error message 'theparameters.someparamenters!value' is read only.
May 30th, 2007 6:25am

Create @ReportDate Parameter in both reports. On the Main Report Right click to get SubReport Properties >> Parameters Tab, specify the Parameter [ID_culture_id] = [@ID_culture_id]
Free Windows Admin Tool Kit Click here and download it now
October 23rd, 2012 3:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics