Question

i need to pass certain fixed set of parameters from a common interface to call ssrs reports. which are not actually used in my stored procedure for my particular ssrs report so how do i handle that any suggestions. i need to pass @ORGcode,@status ,@fromDate,@toDate and my stored procedure only needs @fromDate,@toDate .

Was it helpful?

Solution

just create the two additional parameters in the ssrs report and don't use them. you can create the variables by right clicking the parameters folder in your report data window and selecting Add parameter.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top