enter image description hereHow to disable Autocomplete option in SSRS report Parameters ?For Example we can disable autocomplete option in telerik textbox by setting the property AutoCompleteType="Disabled"
Asked
Active
Viewed 1,099 times
0
-
I don't think SSRS allows auto complete for parameters. Can you provide more details? – AB_87 Oct 09 '17 at 04:17
-
In my Case i have a Date type Parameter and random text is shown in suggestion box – Charanjot Singh Oct 09 '17 at 05:09
-
This is not SSRS issue. Clear cache and form data from your browser and try. – AB_87 Oct 09 '17 at 11:00
1 Answers
0
Looks like you have Available Values set for that parameter, right click on the [From Date] parameter in the design pane and click on [Parameter Properties], then navigate to the [Available Values] Tab and select None, that should fix your report.

NewGuy
- 1,020
- 1
- 9
- 24