Page 1 of 1

How to show EditorButton

Posted: Wed May 06, 2020 10:27 am
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

Re: How to show EditorButton

Posted: Wed May 06, 2020 6:12 pm
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.