2
votes

The problem is: I use VS2013 and ReportViewer, in a Windows application (C#) and i'm designing a Report that uses a subreport. The problem is: I have a table, and a row, where i add the subReport ToolBox item. Then i go to the properties and select the "Use this report as a Subreport" option. It should show me a Browse button or a dropDown list, but there's neither. The subReport is already created on a local folder, the same as the solution.

So, there's a way to use my local report as a subreport?? If there's no way, what should i do?

P.s. 1: I need to pass a parameter from the main report to the subreport. P.s. 2: If someone knows a good tutorial about ReportViewer, please post the link.

Thanks

1
Have you tried using Crystal Reports? Crystal Reports is one of the best report designers and the company keeps updating and introducing new features. Most people use this so you should be able to find help easier.chris_techno25
@chris_techno25 While Crystal Reports may be good and all, this does not faintly help the OP.Thorsten Dittmar
Yeah, Sorry about that.chris_techno25

1 Answers

0
votes

in designing of reports in SSRS reports it will not show a browse button it only shows a dropdown saying "use this report as a sub report.", here you need to add subreport control in the empty body space.

please see the following image, enter image description here