Answered by:
Report parameter problem

Question
-
User880505331 posted
Hi,
I'm trying to create a filter parameter like in this tutorial
https://www.youtube.com/watch?v=c9bOO109bY8&index=11&list=PL7A29088C98E92D5F
In the tutorial the parameter is visible in the report and the users can modify it.
Tutorial - Add Parameter Screenshot
but when I try to create parameter i have less option.
My VS add parameter screenshot
I'm using visual studio 2013 pro.
Someone can help me please?
Saturday, March 25, 2017 11:31 AM
Answers
-
User-2057865890 posted
Hi Lucas,
but when I try to create parameter i have less option.You could use Report Builder or SQL Server Data Tools (SSDT).
With SSDT, you can design and deploy any SQL Server content type with the same ease as you would develop an application in Visual Studio.
Best Regards,
Chris
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 28, 2017 7:53 AM
All replies
-
User-2057865890 posted
Hi Lucas,
but when I try to create parameter i have less option.You could use Report Builder or SQL Server Data Tools (SSDT).
With SSDT, you can design and deploy any SQL Server content type with the same ease as you would develop an application in Visual Studio.
Best Regards,
Chris
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 28, 2017 7:53 AM -
User880505331 posted
Thank you very much. In SSDT I have all the option I was serching for.
In Visual Studio is not possible to have the same option? Like parameter prompt?
Wednesday, March 29, 2017 5:58 PM -
User-2057865890 posted
Hi Lucas,
If you do have Visual Studio 2015 Community Edition (or above) installed on your machine, installing SSDT will add the full set of SQL Server tools into your existing Visual Studio installation. Visual Studio includes many features you might want to use, such as Source Code Control integration and non-SQL language support.
Best Regards,
Chris
Thursday, March 30, 2017 9:30 AM