Guides/Toolbar-Buttons.md
... ...
@@ -265,3 +265,17 @@ The following is the code for the 5 record options provided by default.
265 265
</ul>
266 266
```
267 267
268
+##Open in Designer Button
269
+
270
+![Results Per Page Button](http://wiki.izenda.us/Guides/Toolbar-Buttons/designer.png)
271
+
272
+This button allows a user to open the current report in the Report Designer.
273
+
274
+```html
275
+<div class="btn-group">
276
+ <button type="button" class="btn designer-only hide-locked hide-viewonly" lang-title="js_OpenInDesigner" title="Open in designer" id="designerBtn">
277
+ <img class="icon" src="rs.aspx?image=ModernImages.design.png" lang-alt="js_OpenInDesigner" alt="Open in designer" />
278
+ <span class="hide" lang-text="js_OpenInDesigner">Open in designer</span>
279
+ </button>
280
+</div>
281
+```
... ...
\ No newline at end of file