Jed
Jed

Reputation: 315

Create a parameter in rdlc report

I am a newbie to rdlc reports. I need to create a parameter that i will pass to a subreport. However I cannot find where in the report designer to create parameters.I am using VS 2010

Thanks in advance

Upvotes: 24

Views: 39209

Answers (2)

victorvartan
victorvartan

Reputation: 1002

Just a quick remark for people using VS2008: open the RDLC in the designer and a Report main menu item should appear. The first sub-menu item is Report Parameters. You can configure the parameters from there.

Upvotes: 2

badallen
badallen

Reputation: 1127

Have you tried View --> Report Data? Then you should see Parameters in the Report Data window. This is how I get to the parameters in VS2010.

Upvotes: 53

Related Questions