Guides/Toolbar-Buttons.md
... ...
@@ -304,7 +304,7 @@ AdHocSettings.ReportList = "";
304 304
The New Report button begins designing a report from the beginning. To disable the New Report button in the designer, you need to set the ShowNewButton property to false.
305 305
306 306
```csharp
307
-AdHocSettings.ShowNewButtons = false;
307
+AdHocSettings.ShowNewButton = false;
308 308
```
309 309
310 310
**Save**