How to show EditorButton

Stimulsoft Reports.JS discussion
Post Reply
morteza
Posts: 17
Joined: Sat Apr 04, 2020 12:27 pm

How to show EditorButton

Post by morteza »

Hello
I'm trying to show the toolbar.showEditorButton on toolbar.
although I have set the option true :

Code: Select all

options.toolbar.showEditorButton = true;
but still, the button did not show on toolbar!

Best regard
Morteza
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to show EditorButton

Post by HighAley »

Hello, Morteza.

This property enable a button if there is any editable component in the report.

If you need to call the designer, you should set the next property:
toolbar.showDesignButton
Thank you.
Post Reply